Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmith committed Dec 9, 2016
1 parent 487a79e commit 3ca90c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
@@ -1,10 +1,12 @@
### HEAD

### 3.0.1 (November XX, 2016)
### 3.0.1 (Decemeber 09, 2016)

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

### 3.0.0 (October 20, 2016)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "suitcss-preprocessor",
"version": "3.0.0",
"version": "3.0.1",
"description": "A CSS preprocessor for working with SUIT CSS",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit 3ca90c0

Please sign in to comment.