Skip to content

Commit 9754e4b

Browse files
committed
chore: bump version
1 parent f690da1 commit 9754e4b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

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

3+
## 10.3.0
4+
5+
- fix(eval): rce using non-string prop names (#237)
6+
- feat(demo): make demo link shareable (#238)
7+
- chore: update deps. and devDeps.
8+
39
## 10.2.0
410

511
- fix(eval): improve security of safe-eval (#233)

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.2.0",
4+
"version": "10.3.0",
55
"type": "module",
66
"bin": {
77
"jsonpath": "./bin/jsonpath-cli.js",

0 commit comments

Comments
 (0)