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

Commit 3190393

Browse files
committed
Prepare v1.3.0 release
1 parent f2f85f3 commit 3190393

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

β€ŽCHANGELOG.md

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

3+
## [v1.3.0](https://github.com/AtomLinter/linter-htmlhint/tree/v1.3.0) (2016-07-26)
4+
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.2.1...v1.3.0)
5+
6+
**Implemented enhancements:**
7+
8+
- How can I add a custom grammar to the linter [\#124](https://github.com/AtomLinter/linter-htmlhint/issues/124)
9+
- Update eslint-config-airbnb-base to version 5.0.0 πŸš€ [\#130](https://github.com/AtomLinter/linter-htmlhint/pull/130) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
10+
- Update atom-linter to version 7.0.0 πŸš€ [\#128](https://github.com/AtomLinter/linter-htmlhint/pull/128) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
11+
- Make scopes configurable [\#125](https://github.com/AtomLinter/linter-htmlhint/pull/125) ([Arcanemagus](https://github.com/Arcanemagus))
12+
- Update CI configurations [\#123](https://github.com/AtomLinter/linter-htmlhint/pull/123) ([Arcanemagus](https://github.com/Arcanemagus))
13+
- Update eslint-config-airbnb-base to version 4.0.0 πŸš€ [\#122](https://github.com/AtomLinter/linter-htmlhint/pull/122) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
14+
- Update eslint to version 3.0.0 πŸš€ [\#121](https://github.com/AtomLinter/linter-htmlhint/pull/121) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
15+
- Update atom-linter to version 6.0.0 πŸš€ [\#120](https://github.com/AtomLinter/linter-htmlhint/pull/120) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
16+
17+
**Fixed bugs:**
18+
19+
- It should not lint .hbs files [\#47](https://github.com/AtomLinter/linter-htmlhint/issues/47)
20+
- Make scopes configurable [\#125](https://github.com/AtomLinter/linter-htmlhint/pull/125) ([Arcanemagus](https://github.com/Arcanemagus))
21+
- Remove Handlebars support [\#116](https://github.com/AtomLinter/linter-htmlhint/pull/116) ([Arcanemagus](https://github.com/Arcanemagus))
22+
323
## [v1.2.1](https://github.com/AtomLinter/linter-htmlhint/tree/v1.2.1) (2016-06-17)
424
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.2.0...v1.2.1)
525

β€Ž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.2.1",
3+
"version": "1.3.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)