Skip to content

Commit

Permalink
- npm: Bump to 5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Apr 9, 2021
1 parent ad69a68 commit 5d9bc52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 1,10 @@
# CHANGES for jsonpath-plus

## 5.0.5 (2021-04-09)

- Fix: Avoid cache corruption when the returned structure is modified.
Fixes #102. (@tejodorus)

## 5.0.4 (2021-03-02)

- Fix: allow falsey at values in filter (now may require checking for
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": "5.0.4",
"version": "5.0.5",
"main": "dist/index-node-cjs.js",
"exports": {
".": {
Expand Down

0 comments on commit 5d9bc52

Please sign in to comment.