Skip to content

Commit 8e4acf8

Browse files
committed
chore: bump version
1 parent f0708a4 commit 8e4acf8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGES for jsonpath-plus
22

3+
## 10.2.0
4+
5+
- fix(eval): improve security of safe-eval (#233)
6+
- chore: update deps. and devDeps.
7+
38
## 10.1.0
49

510
- feat: add typeof operator to safe script

package.json

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

0 commit comments

Comments
 (0)