Skip to content

Commit

Permalink
Add a changelog entry for sass/dart-sass-embedded#83 and sass/embedde…
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Apr 12, 2022
1 parent 039f2ad commit 3dbb552
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions 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()`.
Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down

0 comments on commit 3dbb552

Please sign in to comment.