Skip to content

Commit 93612a3

Browse files
committed
chore: bump version
1 parent 4a16cbd commit 93612a3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGES for jsonpath-plus
22

3+
## 10.1.0
4+
5+
- feat: add typeof operator to safe script
6+
37
## 10.0.7
48

59
- fix(security): prevent `constructor` access

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Stefan Goessner",
33
"name": "jsonpath-plus",
4-
"version": "10.0.7",
4+
"version": "10.1.0",
55
"type": "module",
66
"bin": {
77
"jsonpath": "./bin/jsonpath-cli.js",

0 commit comments

Comments
 (0)