Skip to content

Commit

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

* add: stripNum
* add: hex
* feat(strToBytes, bytesToStr): encoding

## v1.14.0 (10 Dec 2019)

* add: notify
Expand Down
8 changes: 5 additions & 3 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,7 @@
"clamp",
"rgbToHsl",
"hslToRgb",
"lpad",
"convertBase"
"hex"
],
"env": [
"node",
Expand Down Expand Up @@ -2468,6 +2467,7 @@
"browser",
"miniprogram"
],
"since": "1.15.0",
"test": [
"node",
"browser"
Expand Down Expand Up @@ -3816,7 +3816,8 @@
"md5": {
"description": "MD5 implementation.",
"dependencies": [
"strToBytes"
"strToBytes",
"hex"
],
"env": [
"node",
Expand Down Expand Up @@ -5371,6 +5372,7 @@
"browser",
"miniprogram"
],
"since": "1.15.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.14.0",
"version": "1.15.0",
"description": "Useful utility collection with zero dependencies",
"bin": {
"licia": "./bin/licia.js"
Expand Down
1 change: 1 addition & 0 deletions src/h/hex.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

/* module
* env: all
* since: 1.15.0
*/

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

/* module
* env: all
* since: 1.15.0
*/

/* typescript
Expand Down

0 comments on commit 44a1227

Please sign in to comment.