Skip to content

Commit fa37c58

Browse files
committed
v4.0.0
1 parent 7d19f6d commit fa37c58

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 4.0.0 - 2017-02-16
4+
5+
- Added note about maintenance mode
6+
- Updated GPE to v3.4.7, which fixed a number of errors
7+
- Added `lines-between-rulesets` option
8+
- Added support for stdin in cli
9+
- For `sort-order` option, divided `$include` into `$extend`, `$include name` and `$include`
10+
311
## 3.1.7 - 2015-06-09
412

513
- Do not remove units from values starting from zeroes, like `0.5em` (#394)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csscomb",
33
"description": "CSS coding style formatter",
4-
"version": "4.0.0-alpha",
4+
"version": "4.0.0",
55
"homepage": "http://csscomb.com/",
66
"author": "Mikhail Troshev <mishanga@yandex-team.ru>",
77
"repository": "https://github.com/csscomb/csscomb.js",

0 commit comments

Comments
 (0)