Skip to content

Commit

Permalink
Release version 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Jul 15, 2019
1 parent f8fc602 commit 3beacc8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.5.3 (15 Jul 2019)

* Add fnArgs
* Add stackTrace
* Fix mime ts definition

## v1.5.2 (9 Jul 2019)

* Add isPortFree
Expand Down
6 changes: 4 additions & 2 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1936,7 +1936,8 @@
"test": [
"node",
"browser"
]
],
"since": "1.5.3"
},
"fnParams": {
"description": "Get a function parameter's names.",
Expand Down Expand Up @@ -4630,7 +4631,8 @@
],
"test": [
"node"
]
],
"since": "1.5.3"
},
"startWith": {
"description": "Check if string starts with the given target string.",
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.2",
"version": "1.5.3",
"description": "Useful utility collection with zero dependencies",
"bin": {
"licia": "./bin/licia.js"
Expand Down
1 change: 1 addition & 0 deletions src/f/fnArgs.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
/* module
* env: all
* test: all
* since: 1.5.3
*/

/* typescript
Expand Down
1 change: 1 addition & 0 deletions src/s/stackTrace.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
/* module
* env: node
* test: node
* since: 1.5.3
*/

/* typescript
Expand Down

0 comments on commit 3beacc8

Please sign in to comment.