Skip to content

Commit

Permalink
release: v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Dec 2, 2019
1 parent 64c0985 commit d35dde4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.13.0 (2 Dec 2019)

* add: normalizePhone
* add: HashTable
* feat(LinkedList): find

## v1.12.0 (27 Nov 2019)

* add: seedRandom
Expand Down
2 changes: 2 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@
"browser",
"miniprogram"
],
"since": "1.13.0",
"test": [
"node",
"browser"
Expand Down Expand Up @@ -4027,6 +4028,7 @@
"browser",
"miniprogram"
],
"since": "1.13.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.12.0",
"version": "1.13.0",
"description": "Useful utility collection with zero dependencies",
"bin": {
"licia": "./bin/licia.js"
Expand Down
1 change: 1 addition & 0 deletions src/h/HashTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@

/* module
* env: all
* since: 1.13.0
*/

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

/* module
* env: all
* since: 1.13.0
*/

/* typescript
Expand Down

0 comments on commit d35dde4

Please sign in to comment.