Skip to content

Commit

Permalink
0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Nov 16, 2013
1 parent 2db578f commit e871640
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.7.2:
date: 2013-11-16
changes:
- Only print file name once per error.
v0.7.1:
date: 2013-10-31
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.7.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.7.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 @@ -205,6 +205,7 @@ grunt.initConfig({

## Release History

* 2013-11-16   v0.7.2   Only print file name once per error.
* 2013-10-31   v0.7.1   Ability to set jshintrc option to true to use jshint's native ability for finding .jshintrc files relative to the linted files.
* 2013-10-23   v0.7.0   Update to jshint 2.3.0.
* 2013-10-23   v0.6.5   Fix output when maxerr is low.
Expand Down Expand Up @@ -233,4 +234,4 @@ grunt.initConfig({

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

*This file was generated on Thu Oct 31 2013 09:48:13.*
*This file was generated on Sat Nov 16 2013 09:34:14.*
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.7.1",
"version": "0.7.2",
"homepage": "https://github.com/gruntjs/grunt-contrib-jshint",
"author": {
"name": "Grunt Team",
Expand Down

0 comments on commit e871640

Please sign in to comment.