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

Commit 28e9a1c

Browse files
committed
Prepare v1.3.3 release
1 parent 7e31d15 commit 28e9a1c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22

3-
## [v1.3.2](https://github.com/AtomLinter/linter-htmlhint/tree/v1.3.2) (2017-02-22)
3+
## [v1.3.3](https://github.com/AtomLinter/linter-htmlhint/tree/v1.3.3) (2017-03-30)
4+
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.3.2...v1.3.3)
5+
6+
**Fixed bugs:**
7+
8+
- Don't lint html.erb and html.ruby scopes [\#154](https://github.com/AtomLinter/linter-htmlhint/pull/154) ([ricardograca](https://github.com/ricardograca))
9+
10+
## [v1.3.2](https://github.com/AtomLinter/linter-htmlhint/tree/v1.3.2) (2017-02-23)
411
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.3.1...v1.3.2)
512

613
**Implemented enhancements:**

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