From 12045c1501e9297185f6a8f088beac19bf83bdda Mon Sep 17 00:00:00 2001 From: vladikoff Date: Mon, 18 Mar 2019 08:12:48 -0400 Subject: [PATCH] v2.1.0 --- CHANGELOG | 5 +++++ README.md | 5 +++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index cf66981..a1cdf62 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +v2.1.0: + date: 2019-03-18 + changes: + - Bump dependencies. + - Update to latest JSHint v2.0.0: date: 2018-09-22 changes: diff --git a/README.md b/README.md index 536bf54..6dbed60 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-jshint v2.0.0 [![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 v2.1.0 [![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 @@ -219,6 +219,7 @@ grunt.initConfig({ ## Release History + * 2019-03-18   v2.1.0   Bump dependencies. Update to latest JSHint * 2018-09-22   v2.0.0   Bump devDependencies. Drop Node.js < 6 support. * 2016-11-23   v1.1.0   Fix relative output Bump minor version * 2016-02-16   v1.0.0   Replace String prototype colors with chalk. Update Grunt peerDep to `>=0.4.0`. @@ -261,4 +262,4 @@ grunt.initConfig({ Task submitted by ["Cowboy" Ben Alman](http://benalman.com/) -*This file was generated on Sat Sep 22 2018 08:57:29.* +*This file was generated on Mon Mar 18 2019 08:12:41.* diff --git a/package.json b/package.json index ecd73fb..e9b5493 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-jshint", "description": "Validate files with JSHint", - "version": "2.0.0", + "version": "2.1.0", "author": { "name": "Grunt Team", "url": "https://gruntjs.com/"