From 185573d1914b9d77e18aa4d15a2279bb49f58f52 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Mon, 11 Apr 2022 17:11:14 -0700 Subject: [PATCH] Add a changelog entry for sass/dart-sass-embedded#83 and sass/embedded-host-node#128 --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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