Skip to content

Commit 040ab80

Browse files
committed
v0.11.1
1 parent e7aa6c4 commit 040ab80

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.11.1:
2+
date: 2015-03-20
3+
changes:
4+
- fix iojs compat issues
5+
- other fixes to pathing
16
v0.11.0:
27
date: 2015-01-22
38
changes:

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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)
1+
# 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)
22

33
> Validate files with JSHint.
44
@@ -215,6 +215,7 @@ grunt.initConfig({
215215

216216
## Release History
217217

218+
* 2015-03-20   v0.11.1   fix iojs compat issues other fixes to pathing
218219
* 2015-01-22   v0.11.0   Update to JSHint ~2.6.0.
219220
* 2014-04-02   v0.10.0   Update to JSHint 2.5.0.
220221
* 2014-03-12   v0.9.2   Fixes a bug where reporterOutput was still passed to jshint.
@@ -250,4 +251,4 @@ grunt.initConfig({
250251

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

253-
*This file was generated on Tue Mar 17 2015 14:53:40.*
254+
*This file was generated on Fri Mar 20 2015 10:10:24.*

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-jshint",
33
"description": "Validate files with JSHint.",
4-
"version": "0.11.0",
4+
"version": "0.11.1",
55
"author": {
66
"name": "Grunt Team",
77
"url": "http://gruntjs.com/"

0 commit comments

Comments
 (0)