diff --git a/CHANGELOG.md b/CHANGELOG.md index ab2fa8703..2535b049f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ * Don't throw an error when the same module is `@forward`ed multiple times through a configured module. +### Embedded Sass + +* Rather than downloading the embedded compiler for the local platform on + install, the `sass-embedded` npm package now declares optional dependencies on + platform-specific embedded compiler packages. + ## 1.54.4 * Improve error messages when passing incorrect units that are also diff --git a/pubspec.yaml b/pubspec.yaml index 6b0dfeea0..506a14088 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.54.5-dev +version: 1.54.5 description: A Sass implementation in Dart. homepage: https://github.com/sass/dart-sass