Skip to content

Commit

Permalink
release: v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Dec 30, 2019
1 parent 84fd046 commit 66a68eb
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v1.17.0 (30 Dec 2019)

* add: invariant
* add: isAsyncFn
* add: Delegator
* add: sortKeys

## v1.16.0 (22 Dec 2019)

* add: bytesToWords
Expand Down
4 changes: 4 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@
"browser",
"miniprogram"
],
"since": "1.17.0",
"test": [
"node",
"browser"
Expand Down Expand Up @@ -2745,6 +2746,7 @@
"browser",
"miniprogram"
],
"since": "1.17.0",
"test": [
"node",
"browser"
Expand Down Expand Up @@ -2849,6 +2851,7 @@
"browser",
"miniprogram"
],
"since": "1.17.0",
"test": [
"node",
"browser"
Expand Down Expand Up @@ -5275,6 +5278,7 @@
"browser",
"miniprogram"
],
"since": "1.17.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.16.0",
"version": "1.17.0",
"description": "Useful utility collection with zero dependencies",
"bin": {
"licia": "./bin/licia.js"
Expand Down
1 change: 1 addition & 0 deletions src/d/Delegator.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@

/* module
* env: all
* since: 1.17.0
*/

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

/* module
* env: all
* since: 1.17.0
*/

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

/* module
* env: all
* since: 1.17.0
*/

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

/* module
* env: all
* since: 1.17.0
*/

/* typescript
Expand Down

0 comments on commit 66a68eb

Please sign in to comment.