Skip to content

Commit 1f02589

Browse files
committed
0.6.0
1 parent 1d0b783 commit 1f02589

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
### 0.6.0 (November 25, 2015)
4+
5+
* [Allow re-ordering](https://github.com/suitcss/preprocessor/pull/15) of the `use` plugins array from config
6+
* Update `autoprefixer` to `^6.1.1`
7+
* Update `postcss-bem-linter` to `^2.3.0`
8+
39
### 0.5.1 (November 24, 2015)
410

511
* [Fix issue](https://github.com/suitcss/preprocessor/issues/13) with options not being passed to `postcss-bem-linter` and `postcss-reporter`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "suitcss-preprocessor",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "A CSS preprocessor for working with SUIT CSS",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)