diff --git a/CHANGES.md b/CHANGES.md index 7e51d68..685da4d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # CHANGES for jsonpath-plus +## 1.0.0 (August 7, 2019) + +- Add TypeScript declaration + ## 0.20.1 (June 12, 2019) - npm: Avoid adding `core-js-bundle` as peerDep. (fixes #95) diff --git a/package-lock.json b/package-lock.json index eb0dd8c..6beabd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jsonpath-plus", - "version": "0.20.2", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e76f44f..bc257d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Stefan Goessner", "name": "jsonpath-plus", - "version": "0.20.2", + "version": "1.0.0", "main": "dist/index-umd.js", "module": "dist/index-es.js", "types": "./src/jsonpath.d.ts",