Skip to content

Commit

Permalink
v1.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Nov 23, 2016
1 parent 86bfb50 commit 553e668
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.2.3:
date: 2016-11-23
changes:
- Update CI configs: add Node.js 7, remove 0.12, 5 and iojs.
v1.2.2:
date: 2016-07-13
changes:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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)
# 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)

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

## Release History

* 2016-11-23   v1.2.3   [object Object]
* 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.
Expand All @@ -58,4 +59,4 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist

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

*This file was generated on Wed Jul 13 2016 09:26:35.*
*This file was generated on Wed Nov 23 2016 23:34:18.*
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.2",
"version": "1.2.3",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand Down

2 comments on commit 553e668

@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: please publish this on npm.

@vladikoff
Copy link
Member

Choose a reason for hiding this comment

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

@XhmikosR done!

Please sign in to comment.