From b1707f61cd6ac2755ce797552bee8d1a18848398 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Mon, 22 Jul 2019 14:47:38 -0700 Subject: [PATCH] Release 1.22.8 This doesn't contain any code changes relative to 1.22.7, but the JS release will pick up mbullington/node_preamble.dart#16. --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 609626f12..c56eb2cb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.22.8 + +### JavaScript API + +* Don't crash when running in a directory whose name contains URL-sensitive + characters. + ## 1.22.7 * Restrict the supported versions of the Dart SDK to `^2.4.0`. diff --git a/pubspec.yaml b/pubspec.yaml index 698f1db1b..6636b6f75 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.22.7 +version: 1.22.8 description: A Sass implementation in Dart. author: Dart Team homepage: https://github.com/sass/dart-sass