Skip to content

Commit

Permalink
release: v1.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Feb 25, 2023
1 parent dc33a76 commit 2b304bb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## v1.38.0 (25 Feb 2023)

* feat: add stripBom
* feat(MediaQuery): support setQuery
* fix: is function ts types

## v1.37.1 (28 Jan 2023)

* fix(uncaught): worker error null
Expand Down
1 change: 1 addition & 0 deletions index.json
Expand Up @@ -6179,6 +6179,7 @@
"browser",
"miniprogram"
],
"since": "1.38.0",
"test": [
"node",
"browser"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "licia",
"version": "1.37.1",
"version": "1.38.0",
"description": "Useful utility collection with zero dependencies",
"bin": {
"licia": "./bin/licia.js"
Expand Down
1 change: 1 addition & 0 deletions src/stripBom.js
Expand Up @@ -12,6 +12,7 @@

/* module
* env: all
* since: 1.38.0
*/

/* typescript
Expand Down

0 comments on commit 2b304bb

Please sign in to comment.