We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90879c5 commit 6ed1fd7Copy full SHA for 6ed1fd7
CHANGES.md
@@ -1,5 +1,9 @@
1
# CHANGES for jsonpath-plus
2
3
+## 5.0.7 (2021-04-12)
4
+
5
+- Fix: Add `packge.json` to `exports` (@sebastiendavid)
6
7
## 5.0.6 (2021-04-09)
8
9
- Fix: Remove `static` modifiers (@sdolski)
package.json
@@ -1,7 +1,7 @@
{
"author": "Stefan Goessner",
"name": "jsonpath-plus",
- "version": "5.0.6",
+ "version": "5.0.7",
"main": "dist/index-node-cjs.js",
"exports": {
"./package.json": "./package.json",
0 commit comments