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.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 26, 2018
1 parent f4c27c7 commit 8d47bb7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="2.0.3"></a>
## [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))

<a name="2.0.2"></a>
## [2.0.2](https://github.com/AtomLinter/atom-linter-pug/compare/v2.0.1...v2.0.2) (2018-01-11)

Expand Down
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": "2.0.2",
"version": "2.0.3",
"description": "Linter plugin for Pug, using `pug-lint`.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8d47bb7

Please sign in to comment.