From e782c92f86219b81c0619571b03ab6c2716868d1 Mon Sep 17 00:00:00 2001 From: Leon Senft Date: Thu, 4 Oct 2018 09:47:14 -0700 Subject: [PATCH] Update version for release --- CHANGELOG.md | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 801816f..381b38a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.14.6 + * Removed whitespace between comma-delimited expressions in compact output. Before: diff --git a/pubspec.yaml b/pubspec.yaml index 22d95b9..4f6a9e2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: csslib -version: 0.14.5 +version: 0.14.6 description: A library for parsing CSS. author: Dart Team