diff --git a/CHANGELOG.md b/CHANGELOG.md index cf68c96..419dbbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.0 (2020-12-04) + +- Added `parseChunked()` method +- Fixed `stringifyInfo()` to not throw when meet unknown value type + ## 0.3.2 (2020-10-26) - Added missed file for build purposes diff --git a/package-lock.json b/package-lock.json index 27674ba..d152190 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@discoveryjs/json-ext", - "version": "0.3.2", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2d1de73..7bfc766 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@discoveryjs/json-ext", - "version": "0.3.2", + "version": "0.4.0", "description": "A set of utilities that extend the use of JSON", "keywords": [ "json",