Skip to content

Commit 8114821

Browse files
committed
bump
1 parent 088e5a5 commit 8114821

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+
## 5.2.0
4+
5+
- Handle custom classes with null proto as pojo ([#95](https://github.com/sveltejs/devalue/pull/95))
6+
37
## 5.1.1
48

59
- Only iterate over own properties of reducers ([#80](https://github.com/Rich-Harris/devalue/pull/80))

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

0 commit comments

Comments
 (0)