diff --git a/.travis.yml b/.travis.yml index e92d42d..afad71a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: dart dart: - dev - - stable dart_task: - test: --platform vm diff --git a/CHANGELOG.md b/CHANGELOG.md index 643c208..bf98f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.14.4 + * Reduced whitespace in compact output for the `@page` at-rule and margin boxes. * Updated SDK version to 2.0.0-dev.17.0. * Stop using deprecated constants. diff --git a/pubspec.yaml b/pubspec.yaml index cc377e9..e0fedc6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: csslib -version: 0.14.3 +version: 0.14.4 author: Dart Team description: A library for parsing CSS. homepage: https://github.com/dart-lang/csslib