Skip to content

Commit 3ca90c0

Browse files
committed
3.0.1
1 parent 487a79e commit 3ca90c0

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

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

3-
### 3.0.1 (November XX, 2016)
3+
### 3.0.1 (Decemeber 09, 2016)
44

5-
* Fix: Setting `lint` to false also disables `postcss-bem-linter`
6-
* Allow config file to be arbitrarily named
7-
* Fix: `undefined` cli flags don't override config
5+
* Fix: Allow `--importRoot` to override root config option [#70](https://github.com/suitcss/preprocessor/pull/70)
6+
* Fix: Setting `lint` to false also disables `postcss-bem-linter` [#68](https://github.com/suitcss/preprocessor/pull/68)
7+
* Allow config file to be arbitrarily named [#66](https://github.com/suitcss/preprocessor/pull/66)
8+
* Fix: `undefined` cli flags don't override config [#62](https://github.com/suitcss/preprocessor/pull/62)
9+
* Update `postcss-reporter` to `^2.0.0` [#63](https://github.com/suitcss/preprocessor/pull/63)
810

911
### 3.0.0 (October 20, 2016)
1012

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": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A CSS preprocessor for working with SUIT CSS",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)