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 7c764f5 commit 5c13061Copy full SHA for 5c13061
CHANGES.md
@@ -1,5 +1,9 @@
1
# CHANGES for jsonpath-plus
2
3
+## 6.0.0 (2021-06-24)
4
+
5
+- Enhancement: Create as true ESM module
6
7
## 5.1.0 (2021-06-24)
8
9
- Enhancement: support double-quoted bracket notation
package.json
@@ -1,7 +1,7 @@
{
"author": "Stefan Goessner",
"name": "jsonpath-plus",
- "version": "5.1.0",
+ "version": "6.0.0",
"type": "module",
"main": "dist/index-node-cjs.js",
"exports": {
0 commit comments