Skip to content

Commit

Permalink
v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Mar 20, 2015
1 parent e7aa6c4 commit 040ab80
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions 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:
Expand Down
5 changes: 3 additions & 2 deletions 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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.*
2 changes: 1 addition & 1 deletion 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/"
Expand Down

0 comments on commit 040ab80

Please sign in to comment.