From 013350b807282c997f34c082e688e21684fe58a0 Mon Sep 17 00:00:00 2001 From: Landon Abney Date: Wed, 30 Nov 2016 13:57:34 -0800 Subject: [PATCH] Prepare v2.1.3 release --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b1c4f1..b51fcac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log -## [v2.1.2](https://github.com/AtomLinter/linter-flake8/tree/v2.1.2) (2016-11-28) +## [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) + +**Fixed bugs:** + +- Multiple $PROJECT not work [\#290](https://github.com/AtomLinter/linter-flake8/issues/290) +- Added "g" flag to project path replacement [\#291](https://github.com/AtomLinter/linter-flake8/pull/291) ([hiroaki-yamamoto](https://github.com/hiroaki-yamamoto)) + +## [v2.1.2](https://github.com/AtomLinter/linter-flake8/tree/v2.1.2) (2016-11-29) [Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.1.1...v2.1.2) **Implemented enhancements:** diff --git a/package.json b/package.json index 40add5d..b1d2065 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linter-flake8", "main": "./lib/main.js", - "version": "2.1.2", + "version": "2.1.3", "description": "Atom linter plugin for Python, using flake8", "license": "MIT", "repository": {