diff --git a/CHANGELOG.md b/CHANGELOG.md index fadbf9e2..c96e9bbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [v3.7.0](https://github.com/AtomLinter/linter-stylelint/tree/v3.7.0) (2017-01-06) +[Full Changelog](https://github.com/AtomLinter/linter-stylelint/compare/v3.6.0...v3.7.0) + +**Implemented enhancements:** + +- Update dependencies to enable Greenkeeper 🌴 [\#305](https://github.com/AtomLinter/linter-stylelint/pull/305) ([greenkeeper[bot]](https://github.com/integration/greenkeeper)) + ## [v3.6.0](https://github.com/AtomLinter/linter-stylelint/tree/v3.6.0) (2016-11-21) [Full Changelog](https://github.com/AtomLinter/linter-stylelint/compare/v3.5.0...v3.6.0) diff --git a/package.json b/package.json index 180eff17..f63f2fed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linter-stylelint", - "version": "3.6.0", + "version": "3.7.0", "private": true, "description": "A plugin for Atom Linter providing an interface to stylelint.", "main": "lib/index.js",