Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyganch committed Feb 16, 2017
1 parent 7d19f6d commit fa37c58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.0.0 - 2017-02-16

- Added note about maintenance mode
- Updated GPE to v3.4.7, which fixed a number of errors
- Added `lines-between-rulesets` option
- Added support for stdin in cli
- For `sort-order` option, divided `$include` into `$extend`, `$include name` and `$include`

## 3.1.7 - 2015-06-09

- Do not remove units from values starting from zeroes, like `0.5em` (#394)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "csscomb",
"description": "CSS coding style formatter",
"version": "4.0.0-alpha",
"version": "4.0.0",
"homepage": "http://csscomb.com/",
"author": "Mikhail Troshev <[email protected]>",
"repository": "https://github.com/csscomb/csscomb.js",
Expand Down

0 comments on commit fa37c58

Please sign in to comment.