From 93612a3185802ec2b269866034617eb2d414b928 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Sun, 20 Oct 2024 05:48:10 +0800 Subject: [PATCH] chore: bump version --- CHANGES.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",