From 730434875b15d79970b736aadac246cfc400bfe4 Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Thu, 3 Sep 2015 16:34:18 -0400 Subject: [PATCH] v0.11.3 --- CHANGELOG | 3 ++- README.md | 7 ++++--- package.json | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3493b16..7dc2822 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,5 @@ -next: +v0.11.3: + date: 2015-09-03 changes: - Update to JSHint ~2.8.0. v0.11.2: diff --git a/README.md b/README.md index 25d2295..c315c07 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. @@ -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.* diff --git a/package.json b/package.json index 5c33a14..26fb0ae 100644 --- a/package.json +++ b/package.json @@ -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/" @@ -16,7 +16,7 @@ }, "dependencies": { "hooker": "^0.2.3", - "jshint": "^2.8.0" + "jshint": "~2.8.0" }, "devDependencies": { "grunt": "^0.4.5",