Skip to content

Commit 5e5251d

Browse files
committed
chore: update to 7.0.0
Also: - docs: add to CHANGES
1 parent a83db77 commit 5e5251d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# CHANGES for jsonpath-plus
22

3-
## 7.0.0 (UNRELEASED)
3+
## 7.0.0
44

55
- Breaking change: Bump `engines` to 12
6+
- fix: remove `console.log` when error is thrown (@sh33dafi)
67
- chore: update devDeps.
78

89
## 6.0.1 (2021-07-07)

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": "6.0.1",
4+
"version": "7.0.0",
55
"type": "module",
66
"main": "dist/index-node-cjs.cjs",
77
"exports": {

0 commit comments

Comments
 (0)