We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6dc6fd commit 1db46fdCopy full SHA for 1db46fd
2 files changed
CHANGELOG.md
@@ -1,7 +1,16 @@
1
# Changelog
2
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
+
12
## 3.0.2 - 2014-09-21
-- Fix Gonzales PE version
13
+- Fixed Gonzales PE version
14
15
## 3.0.1 - 2014-08-18
16
**Thanks to
package.json
@@ -1,7 +1,7 @@
{
"name": "csscomb",
"description": "CSS coding style formatter",
- "version": "3.0.2",
+ "version": "3.0.3",
"homepage": "http://csscomb.com/",
"author": "Mikhail Troshev <mishanga@yandex-team.ru>",
"repository": "https://github.com/csscomb/csscomb.js",
0 commit comments