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 a83db77 commit 5e5251dCopy full SHA for 5e5251d
CHANGES.md
@@ -1,8 +1,9 @@
1
# CHANGES for jsonpath-plus
2
3
-## 7.0.0 (UNRELEASED)
+## 7.0.0
4
5
- Breaking change: Bump `engines` to 12
6
+- fix: remove `console.log` when error is thrown (@sh33dafi)
7
- chore: update devDeps.
8
9
## 6.0.1 (2021-07-07)
package.json
@@ -1,7 +1,7 @@
{
"author": "Stefan Goessner",
"name": "jsonpath-plus",
- "version": "6.0.1",
+ "version": "7.0.0",
"type": "module",
"main": "dist/index-node-cjs.cjs",
"exports": {
0 commit comments