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

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 4, 2018
1 parent c8dead5 commit 0accb31
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<a name="2.0.0"></a>
# [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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0accb31

Please sign in to comment.