Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Tag v0.8.0
Browse files Browse the repository at this point in the history
Closes #45.
  • Loading branch information
jdforrester authored and Krinkle committed Apr 25, 2017
1 parent fff996c commit 74609dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 74609dd

Please sign in to comment.