diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b4608b5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ + +# [2.0.0](https://github.com/AtomLinter/atom-linter-pug/compare/v1.3.1...v2.0.0) (2018-01-04) + + +### Bug Fixes + +* **package:** update atom-linter to version 10.0.0 ([#13](https://github.com/AtomLinter/atom-linter-pug/issues/13)) ([d23391a](https://github.com/AtomLinter/atom-linter-pug/commit/d23391a)) +* slight grammar fix in warning message ([5702ee3](https://github.com/AtomLinter/atom-linter-pug/commit/5702ee3)) + + +### Features + +* update to Linter v2 API ([2d9798a](https://github.com/AtomLinter/atom-linter-pug/commit/2d9798a)) + + +### Performance Improvements + +* decaffeinate the provider and defer dependencies ([3f607fc](https://github.com/AtomLinter/atom-linter-pug/commit/3f607fc)) + + +### BREAKING CHANGES + +* The `executablePath` setting has been removed and is no longer +available. `linter-pug` will now use your project's local `pug-lint` +when one can be found using the standard `require.resolve` +implementation. If one can't be found local to your project then the +bundled one will be used as a fallback. diff --git a/package.json b/package.json index 8ecdd89..c6b61f8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linter-pug", "main": "./lib/init", - "version": "1.3.1", + "version": "2.0.0", "description": "Linter plugin for Pug, using `pug-lint`.", "repository": { "type": "git",