Skip to content

Commit 62c04df

Browse files
committed
4.0.0
1 parent 574d406 commit 62c04df

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### HEAD
22

3+
### 4.0.0 (April 18, 2017)
4+
35
* Drop support for Node 0.12
46
* Update `postcss-easy-import` to `2.0.0`
57
* Update `fs-extra` to `2.1.2`
@@ -12,7 +14,7 @@
1214
* Update `stylelint` to `7.10.1`
1315
* Update `devDependencies` to latest
1416

15-
### 3.0.1 (Decemeber 09, 2016)
17+
### 3.0.1 (December 09, 2016)
1618

1719
* Fix: Allow `--importRoot` to override root config option [#70](https://github.com/suitcss/preprocessor/pull/70)
1820
* Fix: Setting `lint` to false also disables `postcss-bem-linter` [#68](https://github.com/suitcss/preprocessor/pull/68)

package.json

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

0 commit comments

Comments
 (0)