Skip to content

Commit

Permalink
-> v4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Apr 19, 2024
1 parent 6b9aaf9 commit 3ba57a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# devalue changelog

## 4.3.3

- Support invalid dates ([#61](https://github.com/Rich-Harris/devalue/pull/61))
- Fix incorrect `error.path` when object contains a map ([#64](https://github.com/Rich-Harris/devalue/pull/64))

## 4.3.2

- Better type declarations ([#66](https://github.com/Rich-Harris/devalue/pull/66))
Expand Down
4 changes: 2 additions & 2 deletions 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": "4.3.2",
"version": "4.3.3",
"repository": "Rich-Harris/devalue",
"exports": {
".": {
Expand Down Expand Up @@ -30,4 +30,4 @@
"license": "MIT",
"type": "module",
"packageManager": "pnpm@8.5.1"
}
}

0 comments on commit 3ba57a6

Please sign in to comment.