diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d59d043b..fd867ad6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.52.4 + +### Embedded Sass + +* Respect npm's proxy settings when downloading the embedded Sass compiler. + ## 1.52.3 * Fix crash when trailing loud comments (`/* ... */`) appear twice in a row diff --git a/pubspec.yaml b/pubspec.yaml index 26d6f56a0..d2c45c599 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.52.3 +version: 1.52.4-dev description: A Sass implementation in Dart. homepage: https://github.com/sass/dart-sass