Skip to content

Commit bbc4400

Browse files
committedMar 25, 2021
Update changelog
1 parent 3fa5bf6 commit bbc4400

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
- v1.4.0:
2+
- date: 2021-03-25
3+
- changes:
4+
- updated dependencies
5+
- Requires node >= 10
16
- v1.3.2:
27
- date: 2018-11-04
38
- changes:

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repository": "gruntjs/grunt-cli",
77
"license": "MIT",
88
"engines": {
9-
"node": ">=8"
9+
"node": ">=10"
1010
},
1111
"scripts": {
1212
"test": "node bin/grunt test"

0 commit comments

Comments
 (0)
Please sign in to comment.