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

Commit

Permalink
Prepare v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Jun 13, 2016
1 parent 8e2c840 commit 22780e0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.DS_Store
.github_changelog_generator
26 changes: 20 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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:**

Expand Down Expand Up @@ -262,4 +276,4 @@



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 22780e0

Please sign in to comment.