Skip to content

Commit

Permalink
release: v1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Nov 27, 2021
1 parent 73d7c26 commit e363121
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v1.32.0 (27 Nov 2021)

* feat: add FileStore
* feat: add FileBlobStore
* feat: add cacheRequire
* feat: add Readiness
* feat(evalCss): return style node

## v1.31.1 (22 Sep 2021)

* fix(HeapSnapshot): correct edge
Expand Down
4 changes: 4 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@
"env": [
"node"
],
"since": "1.32.0",
"test": [
"node"
]
Expand All @@ -413,6 +414,7 @@
"env": [
"node"
],
"since": "1.32.0",
"test": [
"node"
]
Expand Down Expand Up @@ -726,6 +728,7 @@
"browser",
"miniprogram"
],
"since": "1.32.0",
"test": [
"node",
"browser"
Expand Down Expand Up @@ -1266,6 +1269,7 @@
"env": [
"node"
],
"since": "1.32.0",
"test": []
},
"callbackify": {
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.31.1",
"version": "1.32.0",
"description": "Useful utility collection with zero dependencies",
"bin": {
"licia": "./bin/licia.js"
Expand Down
1 change: 1 addition & 0 deletions src/FileBlobStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

/* module
* env: node
* since: 1.32.0
*/

/* typescript
Expand Down
1 change: 1 addition & 0 deletions src/FileStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

/* module
* env: node
* since: 1.32.0
*/

/* typescript
Expand Down
1 change: 1 addition & 0 deletions src/Readiness.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

/* module
* env: all
* since: 1.32.0
*/

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

/* typescript
Expand Down

0 comments on commit e363121

Please sign in to comment.