From 49a9dabf141eb91038737b16b8f9bca42ebbd2ad Mon Sep 17 00:00:00 2001 From: Leon Senft Date: Wed, 12 Apr 2017 10:57:10 -0700 Subject: [PATCH] Updates version and changelog. --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c5222d..c6caa1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.13.5 + +* Adds supports for `@document`. +* Adds supports for `@supports`. + ## 0.13.4 * Parses CSS 2.1 pseudo-elements as pseudo-elements instead of pseudo-classes. diff --git a/pubspec.yaml b/pubspec.yaml index 0e2e7da..81c97a8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: csslib -version: 0.13.4 +version: 0.13.5 author: Dart Team description: A library for parsing CSS. homepage: https://github.com/dart-lang/csslib