We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854005c commit 3204363Copy full SHA for 3204363
2 files changed
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## 3.1.0 - 2015-05-19
4
+**Thanks to
5
+[@1000ch](https://github.com/1000ch),
6
+[@alexeykuzmin](https://github.com/alexeykuzmin),
7
+[@jonrohan](https://github.com/jonrohan)**
8
+- Used new Gonzales PE API
9
+- Fixed nested properties (#319)
10
+- Added support for symlinked configs
11
+- Added support for configs with any extension
12
+
13
## 3.0.4 - 2014-11-15
14
**Thanks to
15
[@gonzalocasas](https://github.com/gonzalocasas),
package.json
@@ -1,7 +1,7 @@
{
"name": "csscomb",
"description": "CSS coding style formatter",
- "version": "3.0.4",
+ "version": "3.1.0",
"homepage": "http://csscomb.com/",
"author": "Mikhail Troshev <mishanga@yandex-team.ru>",
"repository": "https://github.com/csscomb/csscomb.js",
0 commit comments