Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 6b8247e

Browse files
committed
Prepare v2.1.5 release
1 parent 889f291 commit 6b8247e

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [v2.1.5](https://github.com/AtomLinter/linter-flake8/tree/v2.1.5) (2017-03-18)
4+
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.1.4...v2.1.5)
5+
6+
**Implemented enhancements:**
7+
8+
- Update to eslint-config-airbnb-base v11.1.1 [\#368](https://github.com/AtomLinter/linter-flake8/pull/368) ([Arcanemagus](https://github.com/Arcanemagus))
9+
- Update CI configuration [\#367](https://github.com/AtomLinter/linter-flake8/pull/367) ([Arcanemagus](https://github.com/Arcanemagus))
10+
- Update fs-plus to the latest version 🚀 [\#361](https://github.com/AtomLinter/linter-flake8/pull/361) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
11+
- Update atom-linter to the latest version 🚀 [\#349](https://github.com/AtomLinter/linter-flake8/pull/349) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
12+
313
## [v2.1.4](https://github.com/AtomLinter/linter-flake8/tree/v2.1.4) (2016-12-12)
414
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.1.3...v2.1.4)
515

@@ -9,10 +19,10 @@
919

1020
**Fixed bugs:**
1121

22+
- Atom blocked editing files with plenty of errors [\#295](https://github.com/AtomLinter/linter-flake8/issues/295)
1223
- Underline mispositioned when attribute name matches unused import [\#268](https://github.com/AtomLinter/linter-flake8/issues/268)
1324
- Update CI configuration [\#308](https://github.com/AtomLinter/linter-flake8/pull/308) ([Arcanemagus](https://github.com/Arcanemagus))
1425
- Remove custom range fixers [\#304](https://github.com/AtomLinter/linter-flake8/pull/304) ([Arcanemagus](https://github.com/Arcanemagus))
15-
- Atom blocked editing files with plenty of errors [\#295](https://github.com/AtomLinter/linter-flake8/issues/295)
1626

1727
## [v2.1.3](https://github.com/AtomLinter/linter-flake8/tree/v2.1.3) (2016-11-30)
1828
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.1.2...v2.1.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linter-flake8",
33
"main": "./lib/main.js",
4-
"version": "2.1.4",
4+
"version": "2.1.5",
55
"description": "Atom linter plugin for Python, using flake8",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)