From 22780e0501b8520208e36006e608e88780611840 Mon Sep 17 00:00:00 2001 From: Landon Abney Date: Mon, 13 Jun 2016 14:41:05 -0700 Subject: [PATCH] Prepare v1.2.0 release --- .gitignore | 1 + CHANGELOG.md | 26 ++++++++++++++++++++------ package.json | 2 +- 3 files changed, 22 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index fd4f2b0..944699b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules .DS_Store +.github_changelog_generator diff --git a/CHANGELOG.md b/CHANGELOG.md index 8732401..d49d22d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## [v1.2.0](https://github.com/AtomLinter/linter-htmlhint/tree/v1.2.0) (2016-06-13) +[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.1.4...v1.2.0) + +**Implemented enhancements:** + +- Why a subprocess? [\#111](https://github.com/AtomLinter/linter-htmlhint/issues/111) +- Update atom-linter to version 5.0.2 🚀 [\#115](https://github.com/AtomLinter/linter-htmlhint/pull/115) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) +- No subprocess [\#112](https://github.com/AtomLinter/linter-htmlhint/pull/112) ([download13](https://github.com/download13)) +- Update eslint-config-airbnb-base to version 3.0.1 🚀 [\#110](https://github.com/AtomLinter/linter-htmlhint/pull/110) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) +- Update eslint-config-airbnb-base to version 2.0.0 🚀 [\#106](https://github.com/AtomLinter/linter-htmlhint/pull/106) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) + +**Closed issues:** + +- Linter not triggered [\#33](https://github.com/AtomLinter/linter-htmlhint/issues/33) + +## [v1.1.4](https://github.com/AtomLinter/linter-htmlhint/tree/v1.1.4) (2016-04-21) +[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.1.3...v1.1.4) + ## [v1.1.3](https://github.com/AtomLinter/linter-htmlhint/tree/v1.1.3) (2016-04-19) [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.1.2...v1.1.3) @@ -109,7 +127,6 @@ - Broken for XHTML5. [\#58](https://github.com/AtomLinter/linter-htmlhint/issues/58) - "Doctype must be declared at first" in Web Components / Polymer [\#51](https://github.com/AtomLinter/linter-htmlhint/issues/51) -- Unexpected end of file [\#50](https://github.com/AtomLinter/linter-htmlhint/issues/50) - Should not lint .vue files [\#49](https://github.com/AtomLinter/linter-htmlhint/issues/49) - .htmlhintrc parsing issue [\#48](https://github.com/AtomLinter/linter-htmlhint/issues/48) - Failed to activate the linter-htmlhint package [\#46](https://github.com/AtomLinter/linter-htmlhint/issues/46) @@ -209,10 +226,7 @@ - Changed empty string default path to `@cwd`. While the empty path fixed... [\#14](https://github.com/AtomLinter/linter-htmlhint/pull/14) ([johnwebbcole](https://github.com/johnwebbcole)) ## [v0.0.12](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.12) (2015-04-01) -[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/0.0.12...v0.0.12) - -## [0.0.12](https://github.com/AtomLinter/linter-htmlhint/tree/0.0.12) (2015-04-01) -[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.10...0.0.12) +[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.10...v0.0.12) **Merged pull requests:** @@ -262,4 +276,4 @@ -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/package.json b/package.json index fb79ec8..2fde906 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linter-htmlhint", - "version": "1.1.4", + "version": "1.2.0", "private": true, "description": "A plugin for Atom Linter providing an interface to HTMLHint.", "main": "lib/index.js",