diff --git a/CHANGELOG.md b/CHANGELOG.md index 00810d7..0f45309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## [2.0.1](https://github.com/AtomLinter/linter-csslint/compare/v2.0.0...v2.0.1) (2018-04-27) + + +### Bug Fixes + +* error on CSSLint stderr ([759f7c2](https://github.com/AtomLinter/linter-csslint/commit/759f7c2)), closes [#181](https://github.com/AtomLinter/linter-csslint/issues/181) [#189](https://github.com/AtomLinter/linter-csslint/issues/189) + # Change Log ## [v2.0.0](https://github.com/AtomLinter/linter-csslint/tree/v2.0.0) (2017-08-26) diff --git a/package.json b/package.json index 302c0e7..6c9a20f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "lint" ], "main": "./lib/main", - "version": "2.0.0", + "version": "2.0.1", "description": "Lint CSS on the fly, using csslint", "repository": { "type": "git",