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

Commit 1911203

Browse files
committed
Prepare v1.3.4 release
1 parent c4e1768 commit 1911203

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [v1.3.4](https://github.com/AtomLinter/linter-csslint/tree/v1.3.4) (2017-02-21)
4+
[Full Changelog](https://github.com/AtomLinter/linter-csslint/compare/v1.3.3...v1.3.4)
5+
6+
**Implemented enhancements:**
7+
8+
- Update dependencies to enable Greenkeeper 🌴 [\#154](https://github.com/AtomLinter/linter-csslint/pull/154) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
9+
10+
**Fixed bugs:**
11+
12+
- Linter-csslint does not work after updating Atom. [\#156](https://github.com/AtomLinter/linter-csslint/issues/156)
13+
- Bugfixes [\#155](https://github.com/AtomLinter/linter-csslint/pull/155) ([Arcanemagus](https://github.com/Arcanemagus))
14+
315
## [v1.3.3](https://github.com/AtomLinter/linter-csslint/tree/v1.3.3) (2016-09-27)
416
[Full Changelog](https://github.com/AtomLinter/linter-csslint/compare/v1.3.2...v1.3.3)
517

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"lint"
88
],
99
"main": "./lib/main",
10-
"version": "1.3.3",
10+
"version": "1.3.4",
1111
"description": "Lint CSS on the fly, using csslint",
1212
"repository": "https://github.com/AtomLinter/linter-csslint",
1313
"license": "MIT",

0 commit comments

Comments
 (0)