From d7efeeca837018ba5c22bb66aea4fc9c5dbdae2c Mon Sep 17 00:00:00 2001 From: Leon Senft Date: Wed, 9 May 2018 15:54:40 -0700 Subject: [PATCH] Updates version and changelog for release --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05f65e6..2efcea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.14.3 + +* Reduced the amount of whitespace in compact output around braces. + ## 0.14.2 * Fixed Dart 2 runtime failure. diff --git a/pubspec.yaml b/pubspec.yaml index 1c08d5d..ddd3730 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: csslib -version: 0.14.2 +version: 0.14.3 author: Dart Team description: A library for parsing CSS. homepage: https://github.com/dart-lang/csslib