Skip to content

Commit

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

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.2](https://github.com/josdejong/lossless-json/compare/v4.0.1...v4.0.2) (2024-09-18)


### Bug Fixes

* use `Number.parseFloat`, `Number.parseInt`, etc and use string templates consistently ([af946b1](https://github.com/josdejong/lossless-json/commit/af946b11688bc7c22da382b08692c269d3a3e57e))

### [4.0.1](https://github.com/josdejong/lossless-json/compare/v4.0.0...v4.0.1) (2023-12-14)


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.

10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lossless-json",
"version": "4.0.1",
"version": "4.0.2",
"description": "Parse JSON without risk of losing numeric information",
"main": "lib/umd/lossless-json.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -79,5 +79,11 @@
"typescript": "5.6.2",
"vitest": "2.1.1"
},
"files": ["dist", "lib", "HISTORY.md", "LICENSE.md", "README.md"]
"files": [
"dist",
"lib",
"HISTORY.md",
"LICENSE.md",
"README.md"
]
}

0 comments on commit 0ea8c00

Please sign in to comment.