Skip to content

Commit c40c732

Browse files
committed
v1.2.2.
1 parent 10d785b commit c40c732

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v1.2.2:
2+
date: 2016-07-13
3+
changes:
4+
- Add Node.js 6 in CI configs.
5+
v1.2.1:
6+
date: 2016-04-14
7+
changes:
8+
- Fix CI normalization regression.
19
v1.1.0:
210
date: 2016-04-06
311
changes:

README.md

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

3636
## Release History
3737

38+
* 2016-07-13   v1.2.2   Add Node.js 6 in CI configs.
39+
* 2016-04-14   v1.2.1   Fix CI normalization regression.
3840
* 2016-04-06   v1.1.0   Fix "skipIfExists" argument to contrib-ci. Break out tasks into separate files.
3941
* 2016-04-06   v1.0.1   Include missing files from the npm package.
4042
* 2016-04-04   v1.0.0   Remove peerDependencies. Add task for normalizing CI configs.
@@ -56,4 +58,4 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist
5658

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

59-
*This file was generated on Thu Apr 14 2016 09:23:15.*
61+
*This file was generated on Wed Jul 13 2016 09:26:35.*

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

0 commit comments

Comments
 (0)