Skip to content

Commit a0c262e

Browse files
committed
v4.0.0.
1 parent 42d10cf commit a0c262e

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v4.0.0:
2+
date: 2019-09-27
3+
changes:
4+
- Drop Node.js 6.
5+
- Add Node.js 12.
6+
- Tweak CI configs.
17
v3.1.0:
28
date: 2018-07-28
39
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 v3.1.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-internal.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-internal) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/vhmcvnnnmou73wq8/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-internal/branch/master)
1+
# grunt-contrib-internal v4.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-internal.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-internal) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/vhmcvnnnmou73wq8/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-internal/branch/master)
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+
* 2019-09-27   v4.0.0   Drop Node.js 6. Add Node.js 12. Tweak CI configs.
3839
* 2018-07-28   v3.1.0   Add Node.js 10.
3940
* 2017-11-26   v2.0.0   Update major version since the Node.js 0.10 removal is a breaking change.
4041
* 2017-11-23   v1.4.2   Update CI configs; add Node.js 9.
@@ -64,4 +65,4 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist
6465

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

67-
*This file was generated on Sat Jul 28 2018 21:52:20.*
68+
*This file was generated on Fri Sep 27 2019 16:48:31.*

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-contrib-internal",
33
"description": "Internal tasks for managing the grunt-contrib projects",
4-
"version": "3.1.0",
4+
"version": "4.0.0",
55
"author": {
66
"name": "Grunt Team",
77
"url": "https://gruntjs.com/"

0 commit comments

Comments
 (0)