Skip to content

Commit

Permalink
Merge pull request #290 from gruntjs/ver
Browse files Browse the repository at this point in the history
v2.1.0
  • Loading branch information
vladikoff committed Mar 18, 2019
2 parents ed6586e + 12045c1 commit cfd9ade
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions 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:
Expand Down
5 changes: 3 additions & 2 deletions 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
Expand Down Expand Up @@ -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`.
Expand Down Expand Up @@ -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.*
2 changes: 1 addition & 1 deletion 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/"
Expand Down

0 comments on commit cfd9ade

Please sign in to comment.