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 f76c52f commit 5fb1382Copy full SHA for 5fb1382
CHANGES.md
@@ -1,5 +1,9 @@
1
# CHANGES for jsonpath-plus
2
3
+## 8.1.0
4
+
5
+- feat: add basic cli (#206) (@vid)
6
7
## 8.0.0
8
9
- Breaking change: Bump Node `engines` to 14
package.json
@@ -1,7 +1,7 @@
{
"author": "Stefan Goessner",
"name": "jsonpath-plus",
- "version": "8.0.0",
+ "version": "8.1.0",
"type": "module",
"bin": {
"jsonpath": "./bin/jsonpath-cli.js",
0 commit comments