Skip to content

Commit 309d445

Browse files
committed
chore: bump to 8.0.0
1 parent d145c61 commit 309d445

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGES.md

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

3+
## 8.0.0
4+
5+
- Breaking change: Bump Node `engines` to 14
6+
- feat: add support for nested filter expressions (@carlosingles)
7+
- docs: update README and license (@akirataguchi115)
8+
- docs: github workflow badge (@dsanch3z)
9+
310
## 7.2.0
411

512
- perf: optimize walk method by 10%-34% (@jacobroschen)

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": "7.2.0",
4+
"version": "8.0.0",
55
"type": "module",
66
"main": "dist/index-node-cjs.cjs",
77
"exports": {

0 commit comments

Comments
 (0)