diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bfc2b5..ac8a426 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index f007ebd..93b81cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@discoveryjs/json-ext", - "version": "0.6.2", + "version": "0.6.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@discoveryjs/json-ext", - "version": "0.6.2", + "version": "0.6.3", "license": "MIT", "devDependencies": { "c8": "^7.10.0", diff --git a/package.json b/package.json index 5dc781c..d7748cd 100644 --- a/package.json +++ b/package.json @@ -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",