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.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Sep 25, 2017
1 parent 6575769 commit 0bf7818
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
unreleased=true
future-release=v3.1.5
future-release=v3.1.6
exclude_labels=duplicate,question,invalid,wontfix,Duplicate,Question,Invalid,Wontfix,External,Unable to reproduce
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,34 @@
# Change Log

## [v3.1.6](https://github.com/AtomLinter/linter-jshint/tree/v3.1.6) (2017-09-25)
[Full Changelog](https://github.com/AtomLinter/linter-jshint/compare/v3.1.5...v3.1.6)

**Implemented enhancements:**

- Update flow-bin to version 0.55.0 πŸš€ [\#511](https://github.com/AtomLinter/linter-jshint/pull/511) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update babel-eslint to version 8.0.0 πŸš€ [\#505](https://github.com/AtomLinter/linter-jshint/pull/505) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update eslint-config-airbnb-base to version 12.0.0 πŸš€ [\#498](https://github.com/AtomLinter/linter-jshint/pull/498) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update flow-bin to version 0.54.0 πŸš€ [\#496](https://github.com/AtomLinter/linter-jshint/pull/496) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update flow-bin to version 0.53.0 πŸš€ [\#483](https://github.com/AtomLinter/linter-jshint/pull/483) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- chore\(package\): update jasmine-fix to version 1.3.0 [\#477](https://github.com/AtomLinter/linter-jshint/pull/477) ([Arcanemagus](https://github.com/Arcanemagus))
- Update flow-bin to version 0.52.0 πŸš€ [\#474](https://github.com/AtomLinter/linter-jshint/pull/474) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update flow-bin to version 0.51.0 πŸš€ [\#461](https://github.com/AtomLinter/linter-jshint/pull/461) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update flow-bin to version 0.50.0 πŸš€ [\#455](https://github.com/AtomLinter/linter-jshint/pull/455) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update eslint to version 4.3.0 πŸš€ [\#419](https://github.com/AtomLinter/linter-jshint/pull/419) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

**Fixed bugs:**

- .jshintignore is being ignored on Windows [\#514](https://github.com/AtomLinter/linter-jshint/issues/514)
- Bring ignore behavior inline with JSHint [\#515](https://github.com/AtomLinter/linter-jshint/pull/515) ([Arcanemagus](https://github.com/Arcanemagus))

## [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))
- Update flow-bin to version 0.49.1 πŸš€ [\#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.5",
"version": "3.1.6",
"description": "Linter plugin for JavaScript, using jshint",
"repository": "https://github.com/AtomLinter/linter-jshint.git",
"license": "MIT",
Expand Down

0 comments on commit 0bf7818

Please sign in to comment.