Skip to content

Commit 0e95425

Browse files
committed
v4.0.1
1 parent a563bc7 commit 0e95425

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v4.0.1:
2+
date: 2019-10-10
3+
changes:
4+
- Use esversion 6 instead of the deprecated esnext option.
15
v4.0.0:
26
date: 2019-09-27
37
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.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.1 [![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-10-10   v4.0.1   Use esversion 6 instead of the deprecated esnext option.
3839
* 2019-09-27   v4.0.0   Drop Node.js 6. Add Node.js 12. Tweak CI configs.
3940
* 2018-07-28   v3.1.0   Add Node.js 10.
4041
* 2017-11-26   v2.0.0   Update major version since the Node.js 0.10 removal is a breaking change.
@@ -65,4 +66,4 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist
6566

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

68-
*This file was generated on Fri Sep 27 2019 16:48:31.*
69+
*This file was generated on Thu Oct 10 2019 12:46:11.*

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": "4.0.0",
4+
"version": "4.0.1",
55
"author": {
66
"name": "Grunt Team",
77
"url": "https://gruntjs.com/"

0 commit comments

Comments
 (0)