Skip to content

Commit b64a736

Browse files
committed
-> v1.0.4
1 parent 0f69d71 commit b64a736

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+
## 1.0.4
4+
5+
* Smaller output ([#10](https://github.com/Rich-Harris/devalue/pull/10))
6+
37
## 1.0.3
48

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

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

0 commit comments

Comments
 (0)