diff --git a/CHANGELOG.md b/CHANGELOG.md index da74ab5..77790aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.5.4 (2021-09-14) + +- Added TypeScript typings (#7, @lexich) + ## 0.5.3 (2021-05-13) - Fixed `stringifyStream()` and `stringifyInfo()` to work properly when replacer is an allowlist diff --git a/package-lock.json b/package-lock.json index 8f50a65..371b4fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@discoveryjs/json-ext", - "version": "0.5.3", + "version": "0.5.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 890da27..9f25945 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@discoveryjs/json-ext", - "version": "0.5.3", + "version": "0.5.4", "description": "A set of utilities that extend the use of JSON", "keywords": [ "json",