Skip to content

Commit 54a4274

Browse files
committed
v5.0.0
1 parent ea311cf commit 54a4274

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v5.0.0:
2+
date: 2020-07-04
3+
changes:
4+
- Switch to GitHub Actions CI.
5+
- Drop Node.js 8.x.
6+
- Add Node.js 14.x.
7+
- Update dependencies.
18
v4.0.1:
29
date: 2019-10-10
310
changes:

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# grunt-contrib-internal v4.0.1 [![Build Status](https://github.com/gruntjs/grunt-contrib-internal/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-internal/actions?workflow=Tests)
1+
# grunt-contrib-internal v5.0.0 [![Build Status](https://github.com/gruntjs/grunt-contrib-internal/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-internal/actions?workflow=Tests)
22

33
> Internal tasks for managing the grunt-contrib projects
44
@@ -35,6 +35,7 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist
3535

3636
## Release History
3737

38+
* 2020-07-04   v5.0.0   Switch to GitHub Actions CI. Drop Node.js 8.x. Add Node.js 14.x. Update dependencies.
3839
* 2019-10-10   v4.0.1   Use esversion 6 instead of the deprecated esnext option.
3940
* 2019-09-27   v4.0.0   Drop Node.js 6. Add Node.js 12. Tweak CI configs.
4041
* 2018-07-28   v3.1.0   Add Node.js 10.
@@ -66,4 +67,4 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist
6667

6768
Task submitted by ["Cowboy" Ben Alman](http://benalman.com/)
6869

69-
*This file was generated on Mon Dec 16 2019 23:12:56.*
70+
*This file was generated on Sat Jul 04 2020 23:30:47.*

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "grunt-contrib-internal",
33
"description": "Internal tasks for managing the grunt-contrib projects",
4-
"version": "4.0.1",
4+
"version": "5.0.0",
55
"author": {
66
"name": "Grunt Team",
77
"url": "https://gruntjs.com/"
88
},
99
"repository": "gruntjs/grunt-contrib-internal",
1010
"license": "MIT",
1111
"engines": {
12-
"node": ">=8"
12+
"node": ">=10"
1313
},
1414
"scripts": {
1515
"test": "grunt test"

0 commit comments

Comments
 (0)