Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Prepare v3.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Dec 13, 2016
1 parent afa9f78 commit 706fed1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions 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)

Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 706fed1

Please sign in to comment.