We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d9c6c commit d2c361eCopy full SHA for d2c361e
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.0.13 - 2013-09-12
4
+- Fixed failing on empty files (#66)
5
+
6
## 0.0.12 - 2013-09-11
7
- Option: combinator-space
8
- Readme update
package.json
@@ -1,7 +1,7 @@
{
"name": "csscomb",
"description": "CSS coding style formatter",
- "version": "0.0.12",
+ "version": "0.0.13",
"homepage": "http://csscomb.com/",
"author": "Mikhail Troshev <mishanga@yandex-team.ru>",
"repository": "https://github.com/csscomb/csscomb.js",
0 commit comments