diff --git a/CHANGES.md b/CHANGES.md index 6cd52f8..3cd2230 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/package.json b/package.json index ec99406..f1bbda4 100644 --- a/package.json +++ b/package.json @@ -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": { ".": {