Skip to content

Commit

Permalink
v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesplease committed Mar 13, 2014
1 parent bd34c28 commit be576d3
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 @@
v0.9.2:
date: 2014-03-12
changes:
- Fixes a bug where reporterOutput was still passed to jshint.
v0.9.1:
date: 2014-03-12
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-jshint v0.9.1 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-jshint.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jshint)
# grunt-contrib-jshint v0.9.2 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-jshint.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jshint)

> Validate files with JSHint.
Expand Down Expand Up @@ -215,6 +215,7 @@ grunt.initConfig({

## Release History

* 2014-03-12   v0.9.2   Fixes a bug where reporterOutput was still passed to jshint.
* 2014-03-12   v0.9.1   Don't pass reporterOutput option to jshint.
* 2014-03-12   v0.9.0   Replace deprecated grunt.util._.clone with Object.create() Replace deprecated grunt.util.hooker with hooker lib Enhancing the readability of the output. Reporter output is relative to the output file. Pass jshint options to the external reporter.
* 2013-12-25   v0.8.0   Update to jshint 2.4.0.
Expand Down Expand Up @@ -247,4 +248,4 @@ grunt.initConfig({

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

*This file was generated on Wed Mar 12 2014 15:53:34.*
*This file was generated on Wed Mar 12 2014 20:05:49.*
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-jshint",
"description": "Validate files with JSHint.",
"version": "0.9.1",
"version": "0.9.2",
"homepage": "https://github.com/gruntjs/grunt-contrib-jshint",
"author": {
"name": "Grunt Team",
Expand Down

0 comments on commit be576d3

Please sign in to comment.