diff --git a/CHANGELOG.md b/CHANGELOG.md index 3067d8f..c333804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v3.0.2](https://github.com/AtomLinter/linter-jshint/tree/v3.0.2) (2016-12-13) +[Full Changelog](https://github.com/AtomLinter/linter-jshint/compare/v3.0.1...v3.0.2) + +**Implemented enhancements:** + +- Update to eslint-config-airbnb-base v11.0.0 [\#362](https://github.com/AtomLinter/linter-jshint/pull/362) ([Arcanemagus](https://github.com/Arcanemagus)) +- Update jshint to version 2.9.4 🚀 [\#357](https://github.com/AtomLinter/linter-jshint/pull/357) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) + ## [v3.0.1](https://github.com/AtomLinter/linter-jshint/tree/v3.0.1) (2016-10-14) [Full Changelog](https://github.com/AtomLinter/linter-jshint/compare/v3.0.0...v3.0.1) diff --git a/package.json b/package.json index 16d5376..83cda8f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linter-jshint", "main": "./lib/main.js", - "version": "3.0.1", + "version": "3.0.2", "description": "Linter plugin for JavaScript, using jshint", "repository": "https://github.com/AtomLinter/linter-jshint.git", "license": "MIT",