From 4b1ae73f90299a2f3a9883849ae41561473b8aa1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 5 Jan 2018 19:34:59 +0000 Subject: [PATCH] chore(release): 2.0.1 [skip ci] --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4608b5..bf3b771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## [2.0.1](https://github.com/AtomLinter/atom-linter-pug/compare/v2.0.0...v2.0.1) (2018-01-05) + + +### Bug Fixes + +* correctly declare the provider for v2 API ([09a8909](https://github.com/AtomLinter/atom-linter-pug/commit/09a8909)), closes [#23](https://github.com/AtomLinter/atom-linter-pug/issues/23) [#24](https://github.com/AtomLinter/atom-linter-pug/issues/24) + # [2.0.0](https://github.com/AtomLinter/atom-linter-pug/compare/v1.3.1...v2.0.0) (2018-01-04) diff --git a/package.json b/package.json index c6b61f8..fad19a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linter-pug", "main": "./lib/init", - "version": "2.0.0", + "version": "2.0.1", "description": "Linter plugin for Pug, using `pug-lint`.", "repository": { "type": "git",