Skip to content

Commit 0bedaea

Browse files
committed
chore: bump version
1 parent 3e597e5 commit 0bedaea

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# CHANGES for jsonpath-plus
22

3-
## ?
3+
## 10.4.0
44

55
- chore: update devDeps.
66
- docs: fix Markdown formatting of examples in README.md (#230) (@aspiers)
7+
- feat: add void operator (#244) (@80avin)
8+
- build(deps): bump qs from 6.14.0 to 6.14.1 (#248) (@dependabot[bot])
9+
- chore: update security policy (#250) (@80avin)
10+
- build(deps): bump lodash from 4.17.21 to 4.17.23 (#249) (@dependabot[bot])
11+
- fix(eval): rce using lookupGetter or lookupSetter ([1bab1cc](https://github.com/JSONPath-Plus/JSONPath/commit/1bab1cc835502530faaabdac8d8706505ab82a55)) (@80avin)
712

813
## 10.3.0
914

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

0 commit comments

Comments
 (0)