File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
matrix :
14
14
node-version :
15
- - 10.x
16
15
- 12.x
17
16
- 14.x
17
+ - 16.x
18
18
steps :
19
19
- uses : actions/checkout@v2
20
20
- name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 1
1
# CHANGES for jsonpath-plus
2
2
3
+ ## 7.0.0 (UNRELEASED)
4
+
5
+ - Breaking change: Bump ` engines ` to 12
6
+
3
7
## 6.0.1 (2021-07-07)
4
8
5
9
- Fix: Some ` package.json ` paths needed updating (@matushorvath )
Original file line number Diff line number Diff line change 52
52
"bugs" : " https://github.com/s3u/JSONPath/issues/" ,
53
53
"homepage" : " https://github.com/s3u/JSONPath" ,
54
54
"engines" : {
55
- "node" : " >=10 .0.0"
55
+ "node" : " >=12 .0.0"
56
56
},
57
57
"react-native" : {
58
58
"vm" : false
You can’t perform that action at this time.
0 commit comments