From 43dbfe830973bb63eef26e5fce99aab54acc6ec7 Mon Sep 17 00:00:00 2001 From: Leon Senft Date: Tue, 30 May 2017 13:15:44 -0700 Subject: [PATCH] Updates version (#57) --- CHANGELOG.md | 10 +++++++++- pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a10387..8662956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ -## 0.13.7 +## 0.14.0 + +### New features * Supports nested at-rules. * Supports nested HTML comments in CSS comments and vice-versa. +### Breaking changes + +* The `List rulesets` field on `MediaDirective`, `HostDirective`, and + `StyletDirective` has been replaced by `List rules` to allow nested + at-rules in addition to rulesets. + ## 0.13.6 * Adds support for `@viewport`. diff --git a/pubspec.yaml b/pubspec.yaml index 8634c95..2111ec9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: csslib -version: 0.13.7 +version: 0.14.0 author: Dart Team description: A library for parsing CSS. homepage: https://github.com/dart-lang/csslib