Skip to content

Commit 5e0a29c

Browse files
committed
1.0.1
1 parent b8daa95 commit 5e0a29c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

3-
### 1.0.0 (February 08, 2015)
3+
### 1.0.1 (February 17, 2016)
4+
5+
* Fix issue with CSS returned from `beforeLint` not being used correctly - [a07bb8c](https://github.com/suitcss/preprocessor/commit/a07bb8c7b416c3df36c3f88b1fc1600aa6a39d61)
6+
* Fix incorrect date in CHANGELOG.md
7+
8+
### 1.0.0 (February 08, 2016)
49

510
* Upgrade `stylelint` to version `4.2.0`
611
* Upgrade `postcss-import` to `8.0.2`

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

0 commit comments

Comments
 (0)