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

Commit 22780e0

Browse files
committed
Prepare v1.2.0 release
1 parent 8e2c840 commit 22780e0

File tree

3 files changed

+22
-7
lines changed

3 files changed

+22
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
.DS_Store
3+
.github_changelog_generator

CHANGELOG.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

3+
## [v1.2.0](https://github.com/AtomLinter/linter-htmlhint/tree/v1.2.0) (2016-06-13)
4+
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.1.4...v1.2.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Why a subprocess? [\#111](https://github.com/AtomLinter/linter-htmlhint/issues/111)
9+
- Update atom-linter to version 5.0.2 🚀 [\#115](https://github.com/AtomLinter/linter-htmlhint/pull/115) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
10+
- No subprocess [\#112](https://github.com/AtomLinter/linter-htmlhint/pull/112) ([download13](https://github.com/download13))
11+
- 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))
12+
- 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))
13+
14+
**Closed issues:**
15+
16+
- Linter not triggered [\#33](https://github.com/AtomLinter/linter-htmlhint/issues/33)
17+
18+
## [v1.1.4](https://github.com/AtomLinter/linter-htmlhint/tree/v1.1.4) (2016-04-21)
19+
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.1.3...v1.1.4)
20+
321
## [v1.1.3](https://github.com/AtomLinter/linter-htmlhint/tree/v1.1.3) (2016-04-19)
422
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.1.2...v1.1.3)
523

@@ -109,7 +127,6 @@
109127

110128
- Broken for XHTML5. [\#58](https://github.com/AtomLinter/linter-htmlhint/issues/58)
111129
- "Doctype must be declared at first" in Web Components / Polymer [\#51](https://github.com/AtomLinter/linter-htmlhint/issues/51)
112-
- Unexpected end of file [\#50](https://github.com/AtomLinter/linter-htmlhint/issues/50)
113130
- Should not lint .vue files [\#49](https://github.com/AtomLinter/linter-htmlhint/issues/49)
114131
- .htmlhintrc parsing issue [\#48](https://github.com/AtomLinter/linter-htmlhint/issues/48)
115132
- Failed to activate the linter-htmlhint package [\#46](https://github.com/AtomLinter/linter-htmlhint/issues/46)
@@ -209,10 +226,7 @@
209226
- 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))
210227

211228
## [v0.0.12](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.12) (2015-04-01)
212-
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/0.0.12...v0.0.12)
213-
214-
## [0.0.12](https://github.com/AtomLinter/linter-htmlhint/tree/0.0.12) (2015-04-01)
215-
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.10...0.0.12)
229+
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.10...v0.0.12)
216230

217231
**Merged pull requests:**
218232

@@ -262,4 +276,4 @@
262276

263277

264278

265-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
279+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linter-htmlhint",
3-
"version": "1.1.4",
3+
"version": "1.2.0",
44
"private": true,
55
"description": "A plugin for Atom Linter providing an interface to HTMLHint.",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)