Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Dec 13, 2023
1 parent 7f4d81b commit c639f49
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.0.0](https://github.com/josdejong/lossless-json/compare/v3.0.2...v4.0.0) (2023-12-13)


### ⚠ BREAKING CHANGES

* The usages of types `JSONValue`, `JSONObject`, `JSONArray`, and `JSONPrimitive`
must be replaced with `unknown`. Only relevant when using a `replacer`.

### Bug Fixes

* replace `JSONValue` with `unknown` ([7f4d81b](https://github.com/josdejong/lossless-json/commit/7f4d81be5f18376f94f2fb8de9ca8da933243635))

### [3.0.2](https://github.com/josdejong/lossless-json/compare/v3.0.1...v3.0.2) (2023-11-13)


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": "lossless-json",
"version": "3.0.2",
"version": "4.0.0",
"description": "Parse JSON without risk of losing numeric information",
"main": "lib/umd/lossless-json.js",
"module": "lib/esm/index.js",
Expand Down

0 comments on commit c639f49

Please sign in to comment.