From 042e9e4f0055607ca58ba45389d67141e572f154 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Thu, 15 Jun 2023 14:30:17 -0700 Subject: [PATCH] Add a changelog entry for google/dart_cli_pkg#132 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 411bfe56c..c80302d65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.63.5 + +### JavaScript API + +* Fix a bug where loading the package through both CJS `require()` and ESM + `import` could crash on Node.js. + ## 1.63.4 ### JavaScript API diff --git a/pubspec.yaml b/pubspec.yaml index 17d19a9db..c6da3a2f1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.63.4 +version: 1.63.5-dev description: A Sass implementation in Dart. homepage: https://github.com/sass/dart-sass