Skip to content

Commit 1499af2

Browse files
author
Rich Harris
committed
-> v4.3.1
1 parent c8239e4 commit 1499af2

File tree

3 files changed

+38
-33
lines changed

3 files changed

+38
-33
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# devalue changelog
22

3+
## 4.3.1
4+
5+
- Faster ([#65](https://github.com/Rich-Harris/devalue/pull/65))
6+
37
## 4.3.0
48

59
- Support custom types ([#58](https://github.com/Rich-Harris/devalue/pull/58))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "devalue",
33
"description": "Gets the job done when JSON.stringify can't",
4-
"version": "4.3.0",
4+
"version": "4.3.1",
55
"repository": "Rich-Harris/devalue",
66
"exports": {
77
".": {
@@ -29,4 +29,4 @@
2929
"license": "MIT",
3030
"type": "module",
3131
"packageManager": "[email protected]"
32-
}
32+
}

pnpm-lock.yaml

Lines changed: 32 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)