Skip to content

Commit 1ca36ae

Browse files
committed
2.0.2
1 parent fd3305b commit 1ca36ae

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+
## 2.0.2 - 2014-01-09
4+
- Added test coverage (#138)
5+
- Added test helpers (#147)
6+
- Fixed config file recursive searching (#151)
7+
- Fixed `block-indent` detecting (#148)
8+
- Fixed `quote` value setter (#149)
9+
- Fixed detection integral tests (#150)
10+
311
## 2.0.1 - 2013-12-23
412
- Fix for `remove-empty-rulesets` option (#133)
513

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": "2.0.1",
4+
"version": "2.0.2",
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)