diff --git a/CHANGELOG.md b/CHANGELOG.md index b51fcac..c561328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## [v2.1.4](https://github.com/AtomLinter/linter-flake8/tree/v2.1.4) (2016-12-12) +[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.1.3...v2.1.4) + +**Implemented enhancements:** + +- Update eslint-config-airbnb-base to the latest version 🚀 [\#306](https://github.com/AtomLinter/linter-flake8/pull/306) ([greenkeeper[bot]](https://github.com/integration/greenkeeper)) + +**Fixed bugs:** + +- Underline mispositioned when attribute name matches unused import [\#268](https://github.com/AtomLinter/linter-flake8/issues/268) +- Update CI configuration [\#308](https://github.com/AtomLinter/linter-flake8/pull/308) ([Arcanemagus](https://github.com/Arcanemagus)) +- Remove custom range fixers [\#304](https://github.com/AtomLinter/linter-flake8/pull/304) ([Arcanemagus](https://github.com/Arcanemagus)) +- Atom blocked editing files with plenty of errors [\#295](https://github.com/AtomLinter/linter-flake8/issues/295) + ## [v2.1.3](https://github.com/AtomLinter/linter-flake8/tree/v2.1.3) (2016-11-30) [Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.1.2...v2.1.3) diff --git a/package.json b/package.json index c07dacc..d691336 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linter-flake8", "main": "./lib/main.js", - "version": "2.1.3", + "version": "2.1.4", "description": "Atom linter plugin for Python, using flake8", "license": "MIT", "repository": {