Skip to content

Commit

Permalink
v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyganch authored and jdalton committed Apr 18, 2019
1 parent 842e9f9 commit 5c69a07
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.3.0 - 2019-04-17

- Updated GPE to v4.2.4
- Updated list of supported Node version to reflect https://nodejs.org/en/about/releases/
- Fixed `lines-between-rulesets` when file starts with a comment (#525)
- Fixed `space-before-combinator` handling of leading/lone combinators (#551)
- Fixed parsing of cli `--tty-mode` option as boolean

## 4.2.0 - 2017-06-12

- Fixed - align for flexbox properies (#507)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <mishanga@yandex-team.ru>",
"repository": "https://github.com/csscomb/csscomb.js",
Expand Down

0 comments on commit 5c69a07

Please sign in to comment.