Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmith committed Apr 18, 2017
1 parent 574d406 commit 62c04df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### HEAD

### 4.0.0 (April 18, 2017)

* Drop support for Node 0.12
* Update `postcss-easy-import` to `2.0.0`
* Update `fs-extra` to `2.1.2`
Expand All @@ -12,7 +14,7 @@
* Update `stylelint` to `7.10.1`
* Update `devDependencies` to latest

### 3.0.1 (Decemeber 09, 2016)
### 3.0.1 (December 09, 2016)

* 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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suitcss-preprocessor",
"version": "3.0.1",
"version": "4.0.0",
"description": "A CSS preprocessor for working with SUIT CSS",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit 62c04df

Please sign in to comment.