From 49ad2207273b9765dcaf6ffaa74b9028596479a2 Mon Sep 17 00:00:00 2001 From: Landon Abney Date: Fri, 18 Nov 2016 16:05:16 -0800 Subject: [PATCH] Prepare v2.1.0 release --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d5547d..557c18a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [v2.1.0](https://github.com/AtomLinter/linter-flake8/tree/v2.1.0) (2016-11-18) +[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.0.2...v2.1.0) + +**Implemented enhancements:** + +- Handle errors more gracefully [\#277](https://github.com/AtomLinter/linter-flake8/pull/277) ([Arcanemagus](https://github.com/Arcanemagus)) +- Improve Atom startup time [\#276](https://github.com/AtomLinter/linter-flake8/pull/276) ([walles](https://github.com/walles)) +- Update eslint-config-airbnb-base to the latest version 🚀 [\#272](https://github.com/AtomLinter/linter-flake8/pull/272) ([greenkeeper[bot]](https://github.com/integration/greenkeeper)) +- Move to a generated changelog [\#264](https://github.com/AtomLinter/linter-flake8/pull/264) ([Arcanemagus](https://github.com/Arcanemagus)) + ## [v2.0.2](https://github.com/AtomLinter/linter-flake8/tree/v2.0.2) (2016-10-18) [Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.0.1...v2.0.2) diff --git a/package.json b/package.json index 13c9481..de1a5fe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linter-flake8", "main": "./lib/main.js", - "version": "2.0.2", + "version": "2.1.0", "description": "Atom linter plugin for Python, using flake8", "license": "MIT", "repository": {