Skip to content

Commit

Permalink
chore: bump to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jan 18, 2024
1 parent d145c61 commit 309d445
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGES for jsonpath-plus

## 8.0.0

- Breaking change: Bump Node `engines` to 14
- feat: add support for nested filter expressions (@carlosingles)
- docs: update README and license (@akirataguchi115)
- docs: github workflow badge (@dsanch3z)

## 7.2.0

- perf: optimize walk method by 10%-34% (@jacobroschen)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Stefan Goessner",
"name": "jsonpath-plus",
"version": "7.2.0",
"version": "8.0.0",
"type": "module",
"main": "dist/index-node-cjs.cjs",
"exports": {
Expand Down

0 comments on commit 309d445

Please sign in to comment.