Skip to content

Commit a519f8e

Browse files
committed
- Breaking change: Bump engines to 12
- Testing: Check Node 16; drop Node 10
1 parent b638d9a commit a519f8e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
strategy:
1313
matrix:
1414
node-version:
15-
- 10.x
1615
- 12.x
1716
- 14.x
17+
- 16.x
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Use Node.js ${{ matrix.node-version }}

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGES for jsonpath-plus
22

3+
## 7.0.0 (UNRELEASED)
4+
5+
- Breaking change: Bump `engines` to 12
6+
37
## 6.0.1 (2021-07-07)
48

59
- Fix: Some `package.json` paths needed updating (@matushorvath)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"bugs": "https://github.com/s3u/JSONPath/issues/",
5353
"homepage": "https://github.com/s3u/JSONPath",
5454
"engines": {
55-
"node": ">=10.0.0"
55+
"node": ">=12.0.0"
5656
},
5757
"react-native": {
5858
"vm": false

0 commit comments

Comments
 (0)