From e2c8653849e543628c54a8119fc92c7cf9b65c66 Mon Sep 17 00:00:00 2001 From: Landon Abney Date: Mon, 24 Jul 2017 11:07:49 -0700 Subject: [PATCH] Prepare v4.0.1 release --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91d4e482..7a0fe41d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [v4.0.1](https://github.com/AtomLinter/linter-stylelint/tree/v4.0.1) (2017-07-24) +[Full Changelog](https://github.com/AtomLinter/linter-stylelint/compare/v4.0.0...v4.0.1) + +**Implemented enhancements:** + +- Update eslint to version 4.0.0 🚀 [\#343](https://github.com/AtomLinter/linter-stylelint/pull/343) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) + +**Fixed bugs:** + +- Fix \#358 by updating buggy version of browserslist manually. [\#360](https://github.com/AtomLinter/linter-stylelint/pull/360) ([retrixe](https://github.com/retrixe)) + ## [v4.0.0](https://github.com/AtomLinter/linter-stylelint/tree/v4.0.0) (2017-07-17) [Full Changelog](https://github.com/AtomLinter/linter-stylelint/compare/v3.12.0...v4.0.0) diff --git a/package-lock.json b/package-lock.json index dcd3bd62..5dbe4613 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "linter-stylelint", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 947c37cd..0be1586e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linter-stylelint", - "version": "4.0.0", + "version": "4.0.1", "private": true, "description": "A plugin for Atom Linter providing an interface to stylelint.", "main": "lib/index.js",