Skip to content

Commit

Permalink
v0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Sep 3, 2015
1 parent 7c6975a commit 7304348
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
next:
v0.11.3:
date: 2015-09-03
changes:
- Update to JSHint ~2.8.0.
v0.11.2:
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# grunt-contrib-jshint v0.11.2 [![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.3 [![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.
> Validate files with JSHint


Expand Down Expand Up @@ -215,6 +215,7 @@ grunt.initConfig({

## Release History

* 2015-09-03   v0.11.3   Update to JSHint ~2.8.0.
* 2015-04-16   v0.11.2   Fix default value of the `reporter` option.
* 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.
Expand Down Expand Up @@ -252,4 +253,4 @@ grunt.initConfig({

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

*This file was generated on Thu Apr 16 2015 15:47:55.*
*This file was generated on Thu Sep 03 2015 16:34:01.*
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-jshint",
"description": "Validate files with JSHint",
"version": "0.11.2",
"version": "0.11.3",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"hooker": "^0.2.3",
"jshint": "^2.8.0"

This comment has been minimized.

Copy link
@lukeapage

lukeapage Sep 4, 2015

Member

There were some unintentional regressions and jshint 2.9.0 was unpublished just after you published this. The next version 2.9.1 will have those regressions fixed.

"jshint": "~2.8.0"
},
"devDependencies": {
"grunt": "^0.4.5",
Expand Down

0 comments on commit 7304348

Please sign in to comment.