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

Commit 809797e

Browse files
chore(release): 1.6.3 [skip ci]
1 parent 787409b commit 809797e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.6.3](https://github.com/AtomLinter/linter-htmlhint/compare/v1.6.2...v1.6.3) (2019-10-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** instantiate HTMLHint ([7fc16a9](https://github.com/AtomLinter/linter-htmlhint/commit/7fc16a9cd5eb683f8c20376404b37f1735cfc8e6))
7+
* **deps:** update dependency htmlhint to v0.11.0 ([f09031c](https://github.com/AtomLinter/linter-htmlhint/commit/f09031ca05877b61d4b22f09a1bfdbee933377d5))
8+
* **deps:** update package-lock.json ([adcf67f](https://github.com/AtomLinter/linter-htmlhint/commit/adcf67f5ac2f4850592389121480b0ccd1e2bccf))
9+
110
## [1.6.2](https://github.com/AtomLinter/linter-htmlhint/compare/v1.6.1...v1.6.2) (2019-05-29)
211

312

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.6.2",
3+
"version": "1.6.3",
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)