diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eb838d..7042b64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +## [2.0.3](https://github.com/AtomLinter/atom-linter-pug/compare/v2.0.2...v2.0.3) (2018-01-26) + + +### Bug Fixes + +* **config:** set _basePath on linter instance ([d8eec24](https://github.com/AtomLinter/atom-linter-pug/commit/d8eec24)) +* **style:** fix linting errors ([218dd3e](https://github.com/AtomLinter/atom-linter-pug/commit/218dd3e)) + ## [2.0.2](https://github.com/AtomLinter/atom-linter-pug/compare/v2.0.1...v2.0.2) (2018-01-11) diff --git a/package.json b/package.json index 878a88e..fd098e2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linter-pug", "main": "./lib/init", - "version": "2.0.2", + "version": "2.0.3", "description": "Linter plugin for Pug, using `pug-lint`.", "repository": { "type": "git",