From 4d6b7628ef32a9aeaf2e72aa5dc147db2c81246b Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Tue, 14 Jun 2022 18:46:50 -0700 Subject: [PATCH] Add a changelog entry for sass/embedded-host-node#117 (#1719) --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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