From 2b0a041d9fffb7770847606ad2eff79c929bd1b8 Mon Sep 17 00:00:00 2001 From: Landon Abney Date: Mon, 21 Nov 2016 09:29:24 -0800 Subject: [PATCH] Prepare v2.1.1 release --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 557c18a..bc9961b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log -## [v2.1.0](https://github.com/AtomLinter/linter-flake8/tree/v2.1.0) (2016-11-18) +## [v2.1.1](https://github.com/AtomLinter/linter-flake8/tree/v2.1.1) (2016-11-21) +[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.1.0...v2.1.1) + +**Fixed bugs:** + +- activationHooks breaks package loading [\#280](https://github.com/AtomLinter/linter-flake8/issues/280) +- Activate on more grammars [\#281](https://github.com/AtomLinter/linter-flake8/pull/281) ([walles](https://github.com/walles)) + +## [v2.1.0](https://github.com/AtomLinter/linter-flake8/tree/v2.1.0) (2016-11-19) [Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.0.2...v2.1.0) **Implemented enhancements:** diff --git a/package.json b/package.json index 4ac89c5..5f156d4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linter-flake8", "main": "./lib/main.js", - "version": "2.1.0", + "version": "2.1.1", "description": "Atom linter plugin for Python, using flake8", "license": "MIT", "repository": {