Skip to content

Commit 6ed1fd7

Browse files
committed
- Docs (CHANGES): Update
- npm: Bump to 5.0.7
1 parent 90879c5 commit 6ed1fd7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

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

3+
## 5.0.7 (2021-04-12)
4+
5+
- Fix: Add `packge.json` to `exports` (@sebastiendavid)
6+
37
## 5.0.6 (2021-04-09)
48

59
- Fix: Remove `static` modifiers (@sdolski)

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": "5.0.6",
4+
"version": "5.0.7",
55
"main": "dist/index-node-cjs.js",
66
"exports": {
77
"./package.json": "./package.json",

0 commit comments

Comments
 (0)