Skip to content

Commit

Permalink
0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Oct 24, 2024
1 parent 81be840 commit 570860b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.3 (2024-10-24)

- Fixed an issue with `types` in the `exports` of `package.json` that introduced in version `0.6.2`

## 0.6.2 (2024-10-18)

- Added `spaceBytes` field to `stringifyInfo()` result, which indicates the number of bytes used for white spaces. This allows for estimating size of `JSON.stringify()` result with and without formatting (when `space` option is used) in a single pass instead of two
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discoveryjs/json-ext",
"version": "0.6.2",
"version": "0.6.3",
"description": "A set of utilities that extend the use of JSON",
"keywords": [
"json",
Expand Down

0 comments on commit 570860b

Please sign in to comment.