diff --git a/CHANGES.md b/CHANGES.md index f8104f4..624d390 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # CHANGES for jsonpath-plus +## 10.1.0 + +- feat: add typeof operator to safe script + ## 10.0.7 - fix(security): prevent `constructor` access diff --git a/package.json b/package.json index 4905e0e..55f3d02 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Stefan Goessner", "name": "jsonpath-plus", - "version": "10.0.7", + "version": "10.1.0", "type": "module", "bin": { "jsonpath": "./bin/jsonpath-cli.js",