Skip to content

Commit 3ba57a6

Browse files
committed
-> v4.3.3
1 parent 6b9aaf9 commit 3ba57a6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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+
## 4.3.3
4+
5+
- Support invalid dates ([#61](https://github.com/Rich-Harris/devalue/pull/61))
6+
- Fix incorrect `error.path` when object contains a map ([#64](https://github.com/Rich-Harris/devalue/pull/64))
7+
38
## 4.3.2
49

510
- Better type declarations ([#66](https://github.com/Rich-Harris/devalue/pull/66))

package.json

Lines changed: 2 additions & 2 deletions
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": "4.3.2",
4+
"version": "4.3.3",
55
"repository": "Rich-Harris/devalue",
66
"exports": {
77
".": {
@@ -30,4 +30,4 @@
3030
"license": "MIT",
3131
"type": "module",
3232
"packageManager": "[email protected]"
33-
}
33+
}

0 commit comments

Comments
 (0)