Skip to content

Commit 7b3a743

Browse files
committed
0.8.0
1 parent 18d400d commit 7b3a743

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### HEAD
22

3+
### 0.8.0 (December 01, 2015)
4+
5+
* Add [stylelint](http://stylelint.io/) as an optional linting step
6+
37
### 0.7.0 (November 27, 2015)
48

59
* Add `beforeLint` function which allows imported CSS to be manipulated before linting

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "suitcss-preprocessor",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "A CSS preprocessor for working with SUIT CSS",
55
"main": "lib/index.js",
66
"bin": {
@@ -49,6 +49,7 @@
4949
"keywords": [
5050
"css",
5151
"preprocessor",
52+
"stylelint",
5253
"pure",
5354
"postcss",
5455
"suit"

0 commit comments

Comments
 (0)