Skip to content

Commit c3cb13c

Browse files
committed
-> v4.2.1
1 parent 7ee343b commit c3cb13c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.2.1
4+
5+
- Re-use internal helper ([#55](https://github.com/Rich-Harris/devalue/pull/55))
6+
37
## 4.2.0
48

59
- Add `unflatten` ([#48](https://github.com/Rich-Harris/devalue/pull/48))

package.json

Lines changed: 1 addition & 1 deletion
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.2.0",
4+
"version": "4.2.1",
55
"repository": "Rich-Harris/devalue",
66
"exports": {
77
".": {

0 commit comments

Comments
 (0)