diff --git a/CHANGELOG.md b/CHANGELOG.md index 446259fec..1c341b79a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.50.1 + +### Embedded Sass + +* The JS embedded host and the embedded compiler will now properly avoid + resolving imports relative to the current working directory unless `'.'` is + passed as a load path. + ## 1.50.0 * `@extend` now treats [`:where()`] the same as `:is()`. diff --git a/pubspec.yaml b/pubspec.yaml index 4cc216bd0..d1cb6ba27 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.50.0 +version: 1.50.1-dev description: A Sass implementation in Dart. homepage: https://github.com/sass/dart-sass