Skip to content

Commit

Permalink
release: v1.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Sep 22, 2021
1 parent daeebe2 commit 10006ac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## v1.31.1 (22 Sep 2021)

* fix(HeapSnapshot): correct edge
* fix(safeSet): prototype pollution [#25](https://github.com/liriliri/licia/issues/25)
* perf(trim): [#25](https://github.com/liriliri/licia/issues/25)

## v1.31.0 (16 Sep 2021)

* feat: add HeapSnapshot
Expand Down
6 changes: 5 additions & 1 deletion index.json
Expand Up @@ -5430,7 +5430,10 @@
"safeSet": {
"dependencies": [
"castPath",
"isUndef"
"isUndef",
"toStr",
"isSymbol",
"isStr"
],
"description": "Set value at path of object.",
"env": [
Expand Down Expand Up @@ -6337,6 +6340,7 @@
]
},
"trim": {
"benchmark": true,
"dependencies": [
"ltrim",
"rtrim"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "licia",
"version": "1.31.0",
"version": "1.31.1",
"description": "Useful utility collection with zero dependencies",
"bin": {
"licia": "./bin/licia.js"
Expand Down

0 comments on commit 10006ac

Please sign in to comment.