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

Commit e2c8653

Browse files
committed
Prepare v4.0.1 release
1 parent 0238f50 commit e2c8653

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## [v4.0.1](https://github.com/AtomLinter/linter-stylelint/tree/v4.0.1) (2017-07-24)
4+
[Full Changelog](https://github.com/AtomLinter/linter-stylelint/compare/v4.0.0...v4.0.1)
5+
6+
**Implemented enhancements:**
7+
8+
- Update eslint to version 4.0.0 🚀 [\#343](https://github.com/AtomLinter/linter-stylelint/pull/343) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
9+
10+
**Fixed bugs:**
11+
12+
- Fix \#358 by updating buggy version of browserslist manually. [\#360](https://github.com/AtomLinter/linter-stylelint/pull/360) ([retrixe](https://github.com/retrixe))
13+
314
## [v4.0.0](https://github.com/AtomLinter/linter-stylelint/tree/v4.0.0) (2017-07-17)
415
[Full Changelog](https://github.com/AtomLinter/linter-stylelint/compare/v3.12.0...v4.0.0)
516

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linter-stylelint",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"private": true,
55
"description": "A plugin for Atom Linter providing an interface to stylelint.",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)