Skip to content

Commit

Permalink
v1.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jul 13, 2016
1 parent 10d785b commit c40c732
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v1.2.2:
date: 2016-07-13
changes:
- Add Node.js 6 in CI configs.
v1.2.1:
date: 2016-04-14
changes:
- Fix CI normalization regression.
v1.1.0:
date: 2016-04-06
changes:
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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)
# 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)

> Internal tasks for managing the grunt-contrib projects
Expand Down Expand Up @@ -35,6 +35,8 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist

## Release History

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

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

*This file was generated on Thu Apr 14 2016 09:23:15.*
*This file was generated on Wed Jul 13 2016 09:26:35.*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-internal",
"description": "Internal tasks for managing the grunt-contrib projects",
"version": "1.2.1",
"version": "1.2.2",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand Down

2 comments on commit c40c732

@XhmikosR
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shama @vladikoff: please publish this on npm; I don't have the needed rights for this package.

@XhmikosR
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vladikoff @shama: bump to publish to npm

Please sign in to comment.