Skip to content

Commit 5124acb

Browse files
committed
v0.1.0
1 parent 0b703cb commit 5124acb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 0.1.0 - 2013-10-11
4+
- CLI: lint mode
5+
36
## 0.0.15 - 2013-10-03
47
- Option: remove-empty-rulesets (#67)
58
- Option colon-space expanded

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,8 @@ Thanks for assistance and contributions:
424424
[@L0stSoul](https://github.com/L0stSoul),
425425
[@ignovak](https://github.com/ignovak),
426426
[@kizu](https://github.com/kizu),
427-
[@anton-rudeshko](https://github.com/anton-rudeshko)
427+
[@anton-rudeshko](https://github.com/anton-rudeshko),
428+
[@mishaberezin](https://github.com/mishaberezin)
428429
429430
## License
430431

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": "0.0.15",
4+
"version": "0.1.0",
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)