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