Skip to content

Commit

Permalink
-> v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Harris committed May 14, 2023
1 parent c8239e4 commit 1499af2
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 33 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# devalue changelog

## 4.3.1

- Faster ([#65](https://github.com/Rich-Harris/devalue/pull/65))

## 4.3.0

- Support custom types ([#58](https://github.com/Rich-Harris/devalue/pull/58))
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.0",
"version": "4.3.1",
"repository": "Rich-Harris/devalue",
"exports": {
".": {
Expand Down Expand Up @@ -29,4 +29,4 @@
"license": "MIT",
"type": "module",
"packageManager": "pnpm@7.9.5"
}
}
63 changes: 32 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1499af2

Please sign in to comment.