We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ad316 commit 3c20e09Copy full SHA for 3c20e09
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 4.1.0 - 2017-05-16
4
+
5
+- Added new `--tty-mode` option for cli.
6
+- Fixed an issue with calling gpe methods on non-existing nodes.
7
8
## 4.0.1 - 2017-02-28
9
10
- Added `babel-polyfill` to dependencies.
package.json
@@ -1,7 +1,7 @@
{
"name": "csscomb",
"description": "CSS coding style formatter",
- "version": "4.0.1",
+ "version": "4.1.0",
"homepage": "http://csscomb.com/",
"author": "Mikhail Troshev <mishanga@yandex-team.ru>",
"repository": "https://github.com/csscomb/csscomb.js",
0 commit comments