Skip to content

Commit f3fd2aa

Browse files
committed
-> v5.1.1
1 parent ed122c6 commit f3fd2aa

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.1.1
4+
5+
- Only iterate over own properties of reducers ([#80](https://github.com/Rich-Harris/devalue/pull/80))
6+
37
## 5.1.0
48

59
- Handle typed arrays and array buffers ([#69](https://github.com/Rich-Harris/devalue/pull/69))

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

0 commit comments

Comments
 (0)