Skip to content

Commit

Permalink
release: v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Aug 29, 2019
1 parent 6990fd1 commit a4c3f8e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.6.1 (29 Aug 2019)

* add: deburr

## v1.6.0 (26 Aug 2019)

* add: parseHtml
Expand Down
9 changes: 6 additions & 3 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,8 @@
"test": [
"node",
"browser"
]
],
"since": "1.6.1"
},
"decodeUriComponent": {
"description": "Better decodeURIComponent that does not throw if input is invalid.",
Expand Down Expand Up @@ -2352,7 +2353,8 @@
"test": [
"node",
"browser"
]
],
"since": "1.6.0"
},
"identity": {
"description": "Return the first argument given.",
Expand Down Expand Up @@ -4051,7 +4053,8 @@
"test": [
"node",
"browser"
]
],
"since": "1.6.0"
},
"partial": {
"description": "Partially apply a function by filling in given arguments.",
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.6.0",
"version": "1.6.1",
"description": "Useful utility collection with zero dependencies",
"bin": {
"licia": "./bin/licia.js"
Expand Down
1 change: 1 addition & 0 deletions src/d/deburr.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
/* module
* env: all
* test: all
* since: 1.6.1
*/

/* typescript
Expand Down
1 change: 1 addition & 0 deletions src/h/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
/* module
* env: all
* test: all
* since: 1.6.0
*/

/* typescript
Expand Down
1 change: 1 addition & 0 deletions src/p/parseHtml.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/* module
* env: all
* test: all
* since: 1.6.0
*/

/* typescript
Expand Down

0 comments on commit a4c3f8e

Please sign in to comment.