Skip to content

Commit 3dbb552

Browse files
authored
1 parent 039f2ad commit 3dbb552

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.50.1
2+
3+
### Embedded Sass
4+
5+
* The JS embedded host and the embedded compiler will now properly avoid
6+
resolving imports relative to the current working directory unless `'.'` is
7+
passed as a load path.
8+
19
## 1.50.0
210

311
* `@extend` now treats [`:where()`] the same as `:is()`.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass
2-
version: 1.50.0
2+
version: 1.50.1-dev
33
description: A Sass implementation in Dart.
44
homepage: https://github.com/sass/dart-sass
55

0 commit comments

Comments
 (0)