diff --git a/CHANGELOG b/CHANGELOG index b76ef88..aaacc6a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +v0.11.1: + date: 2015-03-20 + changes: + - fix iojs compat issues + - other fixes to pathing v0.11.0: date: 2015-01-22 changes: diff --git a/README.md b/README.md index 9b3a1a9..55a8967 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-jshint v0.11.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jshint.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jshint) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/j04ik7qgx21ixyfw/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-jshint/branch/master) +# grunt-contrib-jshint v0.11.1 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jshint.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jshint) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/j04ik7qgx21ixyfw/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-jshint/branch/master) > Validate files with JSHint. @@ -215,6 +215,7 @@ grunt.initConfig({ ## Release History + * 2015-03-20   v0.11.1   fix iojs compat issues other fixes to pathing * 2015-01-22   v0.11.0   Update to JSHint ~2.6.0. * 2014-04-02   v0.10.0   Update to JSHint 2.5.0. * 2014-03-12   v0.9.2   Fixes a bug where reporterOutput was still passed to jshint. @@ -250,4 +251,4 @@ grunt.initConfig({ Task submitted by ["Cowboy" Ben Alman](http://benalman.com/) -*This file was generated on Tue Mar 17 2015 14:53:40.* +*This file was generated on Fri Mar 20 2015 10:10:24.* diff --git a/package.json b/package.json index 4a33577..417afc8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-jshint", "description": "Validate files with JSHint.", - "version": "0.11.0", + "version": "0.11.1", "author": { "name": "Grunt Team", "url": "http://gruntjs.com/"