diff --git a/CHANGELOG.md b/CHANGELOG.md index 446259fe..53e6dfae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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()`. diff --git a/package.json b/package.json index d0a08740..4d9e58d8 100644 --- a/package.json +++ b/package.json @@ -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.",