diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f3618899..878ade37f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.34.1 + +* Fix the URL for the `@-moz-document` deprecation message. + ## 1.34.0 * Don't emit the same warning in the same location multiple times. diff --git a/lib/src/parse/stylesheet.dart b/lib/src/parse/stylesheet.dart index 024598cbe..217ca3d2a 100644 --- a/lib/src/parse/stylesheet.dart +++ b/lib/src/parse/stylesheet.dart @@ -1338,7 +1338,7 @@ abstract class StylesheetParser extends Parser { "@-moz-document is deprecated and support will be removed in Dart " "Sass 2.0.0.\n" "\n" - "For details, see http://bit.ly/moz-document.", + "For details, see http://bit.ly/MozDocument.", span: span, deprecation: true); } diff --git a/pubspec.yaml b/pubspec.yaml index 159a963e7..197eddbbb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.34.0 +version: 1.34.1-dev description: A Sass implementation in Dart. author: Sass Team homepage: https://github.com/sass/dart-sass