diff --git a/CHANGELOG.md b/CHANGELOG.md index 5755aff6a..d679a3b9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ -## 1.26.0 +## 1.26.0-test.1 * Don't throw errors if the exact same member is loaded or forwarded from multiple modules at the same time. +## 1.25.2 + * Fix a bug where, under extremely rare circumstances, a valid variable could become unassigned. diff --git a/pubspec.yaml b/pubspec.yaml index 367bbc73f..a8d7eaf1c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.26.0-dev +version: 1.26.0-test.1 description: A Sass implementation in Dart. author: Sass Team homepage: https://github.com/sass/dart-sass