diff --git a/CHANGELOG.md b/CHANGELOG.md index 3016e27..4723451 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +### [3.0.2](https://github.com/josdejong/lossless-json/compare/v3.0.1...v3.0.2) (2023-11-13) + + +### Bug Fixes + +* crash when input ends with a truncated unicode character ([fe6a1e3](https://github.com/josdejong/lossless-json/commit/fe6a1e3d1cb92665b8a152fb0cf1686fb9e7ca25)) + ### [3.0.1](https://github.com/josdejong/lossless-json/compare/v3.0.0...v3.0.1) (2023-11-06) diff --git a/package-lock.json b/package-lock.json index 6f9312e..babe868 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lossless-json", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lossless-json", - "version": "3.0.1", + "version": "3.0.2", "license": "MIT", "devDependencies": { "@babel/cli": "7.23.0", diff --git a/package.json b/package.json index 2a8cb0e..82d897f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lossless-json", - "version": "3.0.1", + "version": "3.0.2", "description": "Parse JSON without risk of losing numeric information", "main": "lib/umd/lossless-json.js", "module": "lib/esm/index.js",