Skip to content

Commit 9c5d02e

Browse files
committed
v4.3.0
1 parent 3e029fc commit 9c5d02e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## 4.2.0 - 2017-06-12
411

512
- Fixed - align for flexbox properies (#507)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csscomb",
33
"description": "CSS coding style formatter",
4-
"version": "4.2.0",
4+
"version": "4.3.0",
55
"homepage": "http://csscomb.com/",
66
"author": "Mikhail Troshev <[email protected]>",
77
"repository": "https://github.com/csscomb/csscomb.js",

0 commit comments

Comments
 (0)