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

Commit

Permalink
Release 0.16.0 (#98)
Browse files Browse the repository at this point in the history
Signed-off-by: James D. Forrester <[email protected]>
  • Loading branch information
jdforrester authored Nov 19, 2020
1 parent 0619fdd commit 4291480
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# grunt-stylelint Release History

## v0.16.0 / 2020-04-15
* Drop Node 8 support (Ed Sanders)
* Require stylelint 13.7.0, up from 13.3.2 (Ed Sanders, James D. Forrester)
* Upgrade chalk dependency from ^3.0.0 to ^4.1.0 (Ed Sanders)
* Report needless disables (Ed Sanders)
* Pass through --fix to stylelint options (Ed Sanders)
* README: Fix label of 'fix' option, copy-pasted as 'syntax' (i alarmed alien)

## v0.15.0 / 2020-04-15
* Require stylelint 13.3.2, up from 13.2.0 (James D. Forrester)
* Upgrade chalk dependency from ^2.4.2 to ^3.0.0 (James D. Forrester)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.15.0",
"version": "0.16.0",
"description": "A Grunt checker for CSS files using Stylelint",
"scripts": {
"test": "env FORCE_COLOR=0 grunt test"
Expand Down

0 comments on commit 4291480

Please sign in to comment.