diff --git a/CHANGELOG.md b/CHANGELOG.md index f401bb6a..041549e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.4.14](https://github.com/AtomLinter/linter-stylelint/compare/v4.4.13...v4.4.14) (2020-02-04) + + +### Bug Fixes + +* use local stylelint for config resolution if available ([21c1d7f](https://github.com/AtomLinter/linter-stylelint/commit/21c1d7ff69e67f4ea5388baedc3e9b0ee577e670)), closes [#381](https://github.com/AtomLinter/linter-stylelint/issues/381) [#440](https://github.com/AtomLinter/linter-stylelint/issues/440) + ## [4.4.13](https://github.com/AtomLinter/linter-stylelint/compare/v4.4.12...v4.4.13) (2020-02-04) diff --git a/package-lock.json b/package-lock.json index abd539e8..f6703618 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "linter-stylelint", - "version": "4.4.13", + "version": "4.4.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 53614e25..8de06e3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linter-stylelint", - "version": "4.4.13", + "version": "4.4.14", "private": true, "description": "A plugin for Atom Linter providing an interface to stylelint.", "main": "lib/index.js",