diff --git a/CHANGES.md b/CHANGES.md index 624d390..90a8da1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # CHANGES for jsonpath-plus +## 10.2.0 + +- fix(eval): improve security of safe-eval (#233) +- chore: update deps. and devDeps. + ## 10.1.0 - feat: add typeof operator to safe script diff --git a/package.json b/package.json index 8ab1c1e..dfdf38e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Stefan Goessner", "name": "jsonpath-plus", - "version": "10.1.0", + "version": "10.2.0", "type": "module", "bin": { "jsonpath": "./bin/jsonpath-cli.js",