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

Commit 88b4b13

Browse files
committed
Prepare v1.3.4 release
1 parent e8d70c6 commit 88b4b13

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

β€ŽCHANGELOG.md

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

3+
## [v1.3.4](https://github.com/AtomLinter/linter-htmlhint/tree/v1.3.4) (2017-09-22)
4+
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.3.3...v1.3.4)
5+
6+
**Implemented enhancements:**
7+
8+
- Slow activation [\#59](https://github.com/AtomLinter/linter-htmlhint/issues/59)
9+
- Updates [\#166](https://github.com/AtomLinter/linter-htmlhint/pull/166) ([Arcanemagus](https://github.com/Arcanemagus))
10+
- Asyncify the specs [\#165](https://github.com/AtomLinter/linter-htmlhint/pull/165) ([Arcanemagus](https://github.com/Arcanemagus))
11+
- Update eslint-config-airbnb-base to version 12.0.0 πŸš€ [\#163](https://github.com/AtomLinter/linter-htmlhint/pull/163) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
12+
- Update eslint to version 4.3.0 πŸš€ [\#160](https://github.com/AtomLinter/linter-htmlhint/pull/160) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
13+
- Update atom-linter to version 10.0.0 πŸš€ [\#156](https://github.com/AtomLinter/linter-htmlhint/pull/156) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
14+
15+
**Fixed bugs:**
16+
17+
- Object.dirname is deprecated. [\#162](https://github.com/AtomLinter/linter-htmlhint/issues/162)
18+
- Updates [\#166](https://github.com/AtomLinter/linter-htmlhint/pull/166) ([Arcanemagus](https://github.com/Arcanemagus))
19+
- Update Travis CI configuration [\#161](https://github.com/AtomLinter/linter-htmlhint/pull/161) ([Arcanemagus](https://github.com/Arcanemagus))
20+
321
## [v1.3.3](https://github.com/AtomLinter/linter-htmlhint/tree/v1.3.3) (2017-03-30)
422
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.3.2...v1.3.3)
523

@@ -13,7 +31,7 @@
1331
**Implemented enhancements:**
1432

1533
- Remove macOS testing [\#152](https://github.com/AtomLinter/linter-htmlhint/pull/152) ([Arcanemagus](https://github.com/Arcanemagus))
16-
- Update dependencies to enable Greenkeeper 🌴 [\#149](https://github.com/AtomLinter/linter-htmlhint/pull/149) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
34+
- Update dependencies to enable Greenkeeper 🌴 [\#149](https://github.com/AtomLinter/linter-htmlhint/pull/149) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
1735
- Update tiny-promisify to version 1.0.0 πŸš€ [\#147](https://github.com/AtomLinter/linter-htmlhint/pull/147) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
1836

1937
## [v1.3.1](https://github.com/AtomLinter/linter-htmlhint/tree/v1.3.1) (2016-10-17)

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