Skip to content

Commit 5c69a07

Browse files
tonyganchjdalton
authored andcommitted
v4.3.0
1 parent 842e9f9 commit 5c69a07

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 4.3.0 - 2019-04-17
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 `lines-between-rulesets` when file starts with a comment (#525)
8+
- Fixed `space-before-combinator` handling of leading/lone combinators (#551)
9+
- Fixed parsing of cli `--tty-mode` option as boolean
10+
311
## 4.2.0 - 2017-06-12
412

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

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)