Skip to content

Commit

Permalink
0.10.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Apr 2, 2014
1 parent 599c2af commit 7291a5b
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.10.0:
date: 2014-04-02
changes:
- Update to JSHint 2.5.0.
v0.9.2:
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.2 [![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.10.0 [![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-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.
* 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.
Expand Down Expand Up @@ -248,4 +249,4 @@ grunt.initConfig({

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

*This file was generated on Wed Mar 12 2014 20:05:49.*
*This file was generated on Wed Apr 02 2014 09:05:43.*
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.2",
"version": "0.10.0",
"homepage": "https://github.com/gruntjs/grunt-contrib-jshint",
"author": {
"name": "Grunt Team",
Expand Down

0 comments on commit 7291a5b

Please sign in to comment.