From 6b8247ecc3814aa90db11445ae0f8840d52962c8 Mon Sep 17 00:00:00 2001 From: Landon Abney Date: Sat, 18 Mar 2017 15:52:11 -0700 Subject: [PATCH] Prepare v2.1.5 release --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c561328..99fa5bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [v2.1.5](https://github.com/AtomLinter/linter-flake8/tree/v2.1.5) (2017-03-18) +[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.1.4...v2.1.5) + +**Implemented enhancements:** + +- Update to eslint-config-airbnb-base v11.1.1 [\#368](https://github.com/AtomLinter/linter-flake8/pull/368) ([Arcanemagus](https://github.com/Arcanemagus)) +- Update CI configuration [\#367](https://github.com/AtomLinter/linter-flake8/pull/367) ([Arcanemagus](https://github.com/Arcanemagus)) +- Update fs-plus to the latest version 🚀 [\#361](https://github.com/AtomLinter/linter-flake8/pull/361) ([greenkeeper[bot]](https://github.com/integration/greenkeeper)) +- Update atom-linter to the latest version 🚀 [\#349](https://github.com/AtomLinter/linter-flake8/pull/349) ([greenkeeper[bot]](https://github.com/integration/greenkeeper)) + ## [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) @@ -9,10 +19,10 @@ **Fixed bugs:** +- Atom blocked editing files with plenty of errors [\#295](https://github.com/AtomLinter/linter-flake8/issues/295) - 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 e5e59ba..48f19ee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linter-flake8", "main": "./lib/main.js", - "version": "2.1.4", + "version": "2.1.5", "description": "Atom linter plugin for Python, using flake8", "license": "MIT", "repository": {