Skip to content

Commit 12ff740

Browse files
committed
v1.3.0.
1 parent a96e91b commit 12ff740

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
v1.3.0:
2+
date: 2017-06-10
3+
changes:
4+
- Update CI configs; add Node.js 8, remove 7.
15
v1.2.3:
26
date: 2016-11-23
37
changes:
4-
- Update CI configs: add Node.js 7, remove 0.12, 5 and iojs.
8+
- Update CI configs; add Node.js 7, remove 0.12, 5 and iojs.
59
v1.2.2:
610
date: 2016-07-13
711
changes:

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# grunt-contrib-internal v1.2.3 [![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 v1.3.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,7 +35,8 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist
3535

3636
## Release History
3737

38-
* 2016-11-23   v1.2.3   [object Object]
38+
* 2017-06-10   v1.3.0   Update CI configs; add Node.js 8, remove 7.
39+
* 2016-11-23   v1.2.3   Update CI configs; add Node.js 7, remove 0.12, 5 and iojs.
3940
* 2016-07-13   v1.2.2   Add Node.js 6 in CI configs.
4041
* 2016-04-14   v1.2.1   Fix CI normalization regression.
4142
* 2016-04-06   v1.1.0   Fix "skipIfExists" argument to contrib-ci. Break out tasks into separate files.
@@ -59,4 +60,4 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist
5960

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

62-
*This file was generated on Wed Nov 23 2016 23:34:18.*
63+
*This file was generated on Sat Jun 10 2017 01:17:38.*

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

0 commit comments

Comments
 (0)