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

Commit 1c14e4c

Browse files
committed
Prepare v2.1.1 release
1 parent bfce790 commit 1c14e4c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## [v2.1.1](https://github.com/Atomlinter/linter-pylint/tree/v2.1.1) (2018-02-01)
4+
5+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v2.1.0...v2.1.1)
6+
7+
**Implemented enhancements:**
8+
9+
- Asyncify the specs [\#229](https://github.com/AtomLinter/linter-pylint/pull/229) ([Arcanemagus](https://github.com/Arcanemagus))
10+
- Update eslint-config-airbnb-base to version 12.0.0 🚀 [\#228](https://github.com/AtomLinter/linter-pylint/pull/228) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
11+
- Update eslint to version 4.3.0 🚀 [\#222](https://github.com/AtomLinter/linter-pylint/pull/222) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
12+
13+
**Fixed bugs:**
14+
15+
- linting fails when .pylintrc is present [\#236](https://github.com/AtomLinter/linter-pylint/issues/236)
16+
- Pylint-1.6.4 deprecation warnings [\#185](https://github.com/AtomLinter/linter-pylint/issues/185)
17+
- Fix error whitelist [\#237](https://github.com/AtomLinter/linter-pylint/pull/237) ([gucciferXCIV](https://github.com/gucciferXCIV))
18+
- Update Travis CI configuration [\#227](https://github.com/AtomLinter/linter-pylint/pull/227) ([Arcanemagus](https://github.com/Arcanemagus))
19+
320
## [v2.1.0](https://github.com/Atomlinter/linter-pylint/tree/v2.1.0) (2017-05-10)
421

522
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v2.0.1...v2.1.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linter-pylint",
33
"main": "./lib/main.js",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"private": true,
66
"description": "Lint python on the fly, using pylint",
77
"repository": "https://github.com/AtomLinter/linter-pylint",

0 commit comments

Comments
 (0)