Skip to content

Commit 3bc4211

Browse files
committed
-> v1.0.3
1 parent 4bd475e commit 3bc4211

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 1.0.3
4+
5+
* Detect POJOs cross-realm ([#7](https://github.com/Rich-Harris/devalue/pull/7))
6+
* Error on symbolic keys ([#7](https://github.com/Rich-Harris/devalue/pull/7))
7+
38
## 1.0.2
49

510
* Fix global name for UMD build

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": "1.0.2",
4+
"version": "1.0.3",
55
"repository": "Rich-Harris/devalue",
66
"main": "dist/devalue.umd.js",
77
"module": "dist/devalue.esm.js",

0 commit comments

Comments
 (0)