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

Commit 530fb4e

Browse files
committed
Prepare v2.1.4 release
1 parent 18d7766 commit 530fb4e

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## [v2.1.4](https://github.com/AtomLinter/linter-flake8/tree/v2.1.4) (2016-12-12)
4+
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.1.3...v2.1.4)
5+
6+
**Implemented enhancements:**
7+
8+
- Update eslint-config-airbnb-base to the latest version 🚀 [\#306](https://github.com/AtomLinter/linter-flake8/pull/306) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
9+
10+
**Fixed bugs:**
11+
12+
- Underline mispositioned when attribute name matches unused import [\#268](https://github.com/AtomLinter/linter-flake8/issues/268)
13+
- Update CI configuration [\#308](https://github.com/AtomLinter/linter-flake8/pull/308) ([Arcanemagus](https://github.com/Arcanemagus))
14+
- 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)
16+
317
## [v2.1.3](https://github.com/AtomLinter/linter-flake8/tree/v2.1.3) (2016-11-30)
418
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.1.2...v2.1.3)
519

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.3",
4+
"version": "2.1.4",
55
"description": "Atom linter plugin for Python, using flake8",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)