Skip to content

Commit

Permalink
release: v1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Aug 6, 2019
1 parent 022794a commit 664d5de
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.5.6 (6 Aug 2019)

* add: highlight
* feat(stringifyAll): support ignore

## v1.5.5 (1 Aug 2019)

* add: stringifyAll
Expand Down
1 change: 1 addition & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2215,6 +2215,7 @@
"node",
"browser"
],
"since": "1.5.6",
"demo": true
},
"hotkey": {
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-src",
"version": "1.5.5",
"version": "1.5.6",
"description": "Useful utility collection with zero dependencies",
"bin": {
"licia": "./bin/licia.js"
Expand Down
1 change: 1 addition & 0 deletions src/h/highlight.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
/* module
* env: all
* test: all
* since: 1.5.6
*/

/* typescript
Expand Down

0 comments on commit 664d5de

Please sign in to comment.