We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e029fc commit 9c5d02eCopy full SHA for 9c5d02e
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 4.3.0 - 2019-03-24
4
+
5
+- Updated GPE to v4.2.4
6
+- Updated list of supported Node version to reflect https://nodejs.org/en/about/releases/
7
+- Fixed #551
8
+- [cli] Fixed parsing of tty-mode option as boolean
9
10
## 4.2.0 - 2017-06-12
11
12
- Fixed - align for flexbox properies (#507)
package.json
@@ -1,7 +1,7 @@
{
"name": "csscomb",
"description": "CSS coding style formatter",
- "version": "4.2.0",
+ "version": "4.3.0",
"homepage": "http://csscomb.com/",
"author": "Mikhail Troshev <[email protected]>",
"repository": "https://github.com/csscomb/csscomb.js",
0 commit comments