Skip to content

Commit

Permalink
release: v1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Mar 30, 2021
1 parent 4549da3 commit da37122
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v1.29.0 (30 Mar 2020)

* feat: add ResizeSensor
* feat: add cssPriority
* feat: add SingleEmitter
* fix(cliHelp): no miniprogram env
* fix(Emitter): mixin removeAllListeners missing

## v1.28.0 (6 Jan 2020)

* feat: add isDir
Expand Down
3 changes: 3 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,7 @@
"env": [
"browser"
],
"since": "1.29.0",
"test": [
"browser"
]
Expand Down Expand Up @@ -725,6 +726,7 @@
"browser",
"miniprogram"
],
"since": "1.29.0",
"test": [
"node",
"browser"
Expand Down Expand Up @@ -1668,6 +1670,7 @@
"browser",
"miniprogram"
],
"since": "1.29.0",
"test": [
"node",
"browser"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "licia",
"version": "1.28.0",
"version": "1.29.0",
"description": "Useful utility collection with zero dependencies",
"bin": {
"licia": "./bin/licia.js"
Expand Down
1 change: 1 addition & 0 deletions src/ResizeSensor.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

/* module
* env: browser
* since: 1.29.0
*/

/* typescript
Expand Down
1 change: 1 addition & 0 deletions src/SingleEmitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

/* module
* env: all
* since: 1.29.0
*/

/* typescript
Expand Down
1 change: 1 addition & 0 deletions src/cssPriority.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

/* module
* env: all
* since: 1.29.0
*/

/* typescript
Expand Down

0 comments on commit da37122

Please sign in to comment.