Skip to content

Commit d9cbac1

Browse files
committed
v0.0.12
1 parent d00e554 commit d9cbac1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## 0.0.12 - 2013-09-11
4+
- Option: combinator-space
5+
- Readme update
6+
- Some CLI fixes
7+
- Contributor added: @anton-rudeshko
8+
39
## 0.0.11 - 2013-09-10
410
- Option: element-case
511
- Fixed block-indent bug with space after at-rule opening brace

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,8 @@ Thanks for assistance and contributions:
357357
[@puzankov](https://github.com/puzankov),
358358
[@L0stSoul](https://github.com/L0stSoul),
359359
[@ignovak](https://github.com/ignovak),
360-
[@kizu](https://github.com/kizu)
360+
[@kizu](https://github.com/kizu),
361+
[@anton-rudeshko](https://github.com/anton-rudeshko)
361362
362363
## License
363364

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csscomb",
3-
"description": "Tool for beautify CSS",
4-
"version": "0.0.11",
3+
"description": "CSS coding style formatter",
4+
"version": "0.0.12",
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)