diff --git a/CHANGELOG.md b/CHANGELOG.md index 4793b18..957c1a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## next +## 0.3.1 (2020-10-26) - Changed build setup to allow building by any bundler that supports `browser` property in `package.json` - Exposed version diff --git a/package-lock.json b/package-lock.json index 37e1f3e..1a0c2bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@discoveryjs/json-ext", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dc41da4..7eb08fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@discoveryjs/json-ext", - "version": "0.3.0", + "version": "0.3.1", "description": "A set of utilities that extend the use of JSON", "keywords": [ "json",