We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3305b commit 1ca36aeCopy full SHA for 1ca36ae
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
+
11
## 2.0.1 - 2013-12-23
12
- Fix for `remove-empty-rulesets` option (#133)
13
package.json
@@ -1,7 +1,7 @@
{
"name": "csscomb",
"description": "CSS coding style formatter",
- "version": "2.0.1",
+ "version": "2.0.2",
"homepage": "http://csscomb.com/",
"author": "Mikhail Troshev <mishanga@yandex-team.ru>",
"repository": "https://github.com/csscomb/csscomb.js",
0 commit comments