Skip to content

Commit

Permalink
-> v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Mar 27, 2018
1 parent 4bd475e commit 3bc4211
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# devalue changelog

## 1.0.3

* Detect POJOs cross-realm ([#7](https://github.com/Rich-Harris/devalue/pull/7))
* Error on symbolic keys ([#7](https://github.com/Rich-Harris/devalue/pull/7))

## 1.0.2

* Fix global name for UMD build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "devalue",
"description": "Gets the job done when JSON.stringify can't",
"version": "1.0.2",
"version": "1.0.3",
"repository": "Rich-Harris/devalue",
"main": "dist/devalue.umd.js",
"module": "dist/devalue.esm.js",
Expand Down

0 comments on commit 3bc4211

Please sign in to comment.