Skip to content

Commit 1db46fd

Browse files
committed
v3.0.3
1 parent f6dc6fd commit 1db46fd

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Changelog
22

3+
## 3.0.3 - 2014-09-29
4+
**Thanks to
5+
[@kizu](https://github.com/kizu),
6+
[@necolas](https://github.com/necolas)**
7+
- Improved README
8+
- Added non-essential files to npmignore
9+
- Renamed `CONTRIBUTE.md` to `CONTRIBUTING.md`
10+
- Fixed unwanted removal of empty lines between nested rulesets (#317)
11+
312
## 3.0.2 - 2014-09-21
4-
- Fix Gonzales PE version
13+
- Fixed Gonzales PE version
514

615
## 3.0.1 - 2014-08-18
716
**Thanks to

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": "3.0.2",
4+
"version": "3.0.3",
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)