Skip to content

Commit 5d9bc52

Browse files
committed
- npm: Bump to 5.0.5
1 parent ad69a68 commit 5d9bc52

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGES for jsonpath-plus
22

3+
## 5.0.5 (2021-04-09)
4+
5+
- Fix: Avoid cache corruption when the returned structure is modified.
6+
Fixes #102. (@tejodorus)
7+
38
## 5.0.4 (2021-03-02)
49

510
- Fix: allow falsey at values in filter (now may require checking for

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Stefan Goessner",
33
"name": "jsonpath-plus",
4-
"version": "5.0.4",
4+
"version": "5.0.5",
55
"main": "dist/index-node-cjs.js",
66
"exports": {
77
".": {

0 commit comments

Comments
 (0)