Skip to content

Commit e39f9e4

Browse files
committed
-> v4.1.0
1 parent 2cce60d commit e39f9e4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 4.1.0
4+
5+
- Only deduplicate non-primitives ([#44](https://github.com/Rich-Harris/devalue/pull/44))
6+
- Error on invalid input ([#43](https://github.com/Rich-Harris/devalue/pull/43))
7+
- Fix `pkg.exports` ([#45](https://github.com/Rich-Harris/devalue/pull/45))
8+
39
## 4.0.1
410

511
- Remove `devalue` export so that run time errors become build time errors

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.0.1",
4+
"version": "4.1.0",
55
"repository": "Rich-Harris/devalue",
66
"exports": {
77
".": {

0 commit comments

Comments
 (0)