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

Commit

Permalink
Prepare v3.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Jun 29, 2017
1 parent 2db58b0 commit 9d6b640
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [v3.1.5](https://github.com/AtomLinter/linter-jshint/tree/v3.1.5) (2017-06-29)
[Full Changelog](https://github.com/AtomLinter/linter-jshint/compare/v3.1.4...v3.1.5)

**Implemented enhancements:**

- Check for existing issues [\#441](https://github.com/AtomLinter/linter-jshint/pull/441) ([Arcanemagus](https://github.com/Arcanemagus))
- Remove some Travis CI dependencies [\#438](https://github.com/AtomLinter/linter-jshint/pull/438) ([Arcanemagus](https://github.com/Arcanemagus))
- Update flow-bin to the latest version 🚀 [\#437](https://github.com/AtomLinter/linter-jshint/pull/437) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

## [v3.1.4](https://github.com/AtomLinter/linter-jshint/tree/v3.1.4) (2017-06-23)
[Full Changelog](https://github.com/AtomLinter/linter-jshint/compare/v3.1.3...v3.1.4)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "linter-jshint",
"main": "./lib/main.js",
"version": "3.1.4",
"version": "3.1.5",
"description": "Linter plugin for JavaScript, using jshint",
"repository": "https://github.com/AtomLinter/linter-jshint.git",
"license": "MIT",
Expand Down

0 comments on commit 9d6b640

Please sign in to comment.