Skip to content

Commit

Permalink
Update compiler version and release
Browse files Browse the repository at this point in the history
  • Loading branch information
sassbot committed Apr 19, 2022
1 parent d33bbbd commit 5c398d8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 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.

* Fix a bug in the JS embedded host's implementation of the legacy JS API where
imports that began with `/` could crash on Windows.

## 1.50.0

* `@extend` now treats [`:where()`] the same as `:is()`.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "sass-embedded",
"version": "1.50.0",
"version": "1.50.1",
"protocol-version": "1.0.0",
"compiler-version": "1.50.1-dev",
"compiler-version": "1.50.1",
"description": "Node.js library that communicates with Embedded Dart Sass using the Embedded Sass protocol",
"repository": "sass/embedded-host-node",
"author": "Google Inc.",
Expand Down

0 comments on commit 5c398d8

Please sign in to comment.