From 74609dd84b6f9b99febcd8080e012e9f2cfcfd7b Mon Sep 17 00:00:00 2001 From: James Forrester Date: Tue, 25 Apr 2017 14:58:55 -0700 Subject: [PATCH] Tag v0.8.0 Closes #45. --- History.md | 8 ++++++-- package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index e780070..f5d9f6d 100644 --- a/History.md +++ b/History.md @@ -1,13 +1,17 @@ # grunt-stylelint Release History +## v0.8.0 / 2017-04-24 +* build: Move stylelint to peer dependencies and upgrade it to the latest version. (Negar Naghshbandi) +* build: Change stylelint peerDependency to ^7.8.0 (James D. Forrester) + ## v0.7.0 / 2017-02-17 * Don't over-ride `formatter` option if set (James D. Forrester) * Support for `outputFile` and custom `formatter`s (Martin Cermak) * README: Added basic configuration (M.D. van Es) -* README: Add `failOnError`; give full config example (James Forrester) +* README: Add `failOnError`; give full config example (James D. Forrester) * tests: Test for `outputFile` (Martin Cermak) * build: Replace jshint/jscs with eslint (Ed Sanders) -* build: Bump stylelint dependency from ^7.7.1 to 7.8.0 (James Forrester) +* build: Bump stylelint dependency from ^7.7.1 to 7.8.0 (James D. Forrester) ## v0.6.0 / 2016-07-29 * Travis CI: Cache NPM modules (Stephen Edgar) diff --git a/package.json b/package.json index 559084a..e178ad0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grunt-stylelint", - "version": "0.7.0", + "version": "0.8.0", "description": "A Grunt checker for CSS files using Stylelint", "scripts": { "test": "grunt test"