Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the changelog for sass/embedded-host-node#120 #1663

Merged
merged 1 commit into from Apr 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
## 1.49.12

### Embedded Sass

* Fix a bug where the JS embedded host crashed when invoking a legacy importer
after resolving a relative filesystem import.

* Improve error messages when returning non-`Object` values from legacy
importers.

## 1.49.11

* Add support for 64-bit ARM releases on Linux.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,5 +1,5 @@
name: sass
version: 1.49.11
version: 1.49.12-dev
description: A Sass implementation in Dart.
homepage: https://github.com/sass/dart-sass

Expand Down