Skip to content

Commit 293d70b

Browse files
committed
-> v5.1.0
1 parent 0bbcc96 commit 293d70b

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+
## 5.1.0
4+
5+
- Handle typed arrays and array buffers ([#69](https://github.com/Rich-Harris/devalue/pull/69))
6+
- Add `sideEffects: false` to `package.json` ([#81](https://github.com/Rich-Harris/devalue/pull/81))
7+
- Better errors when keys are invalid identifiers ([#82](https://github.com/Rich-Harris/devalue/pull/82))
8+
39
## 5.0.0
410

511
- Ignore non-enumerable symbolic keys ([#78](https://github.com/Rich-Harris/devalue/pull/78))

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": "5.0.0",
4+
"version": "5.1.0",
55
"repository": "Rich-Harris/devalue",
66
"sideEffects": false,
77
"exports": {

0 commit comments

Comments
 (0)