Skip to content

Commit

Permalink
Release version 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Jul 9, 2019
1 parent 17a99df commit 7ecb7fb
Show file tree
Hide file tree
Showing 5 changed files with 10 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.5.2 (9 Jul 2019)

* Add isPortFree
* Add ordinal
* Add MediaQuery

## v1.5.1 (1 Jul 2019)

* Add h
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.1",
"version": "1.5.2",
"description": "Useful utility collection with zero dependencies",
"bin": {
"licia": "./bin/licia.js"
Expand Down
1 change: 1 addition & 0 deletions src/i/isPortFree.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
/* module
* env: node
* test: node
* since: 1.5.2
*/

/* typescript
Expand Down
1 change: 1 addition & 0 deletions src/m/MediaQuery.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
/* module
* env: browser
* test: browser
* since: 1.5.2
*/

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

/* typescript
Expand Down

0 comments on commit 7ecb7fb

Please sign in to comment.