diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb975c1..93bb667f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ * Fix a typo in a deprecation warning. +### JavaScript API + +* Drop support for Chokidar 2.x. This version was incompatible with Node 14, but + due to shortcomings in npm's version resolver sometimes still ended up + installed anyway. Only declaring support for 3.0.0 should ensure compatibility + going forward. + ### Dart API * Allow the null safety release of args and watcher. diff --git a/pubspec.yaml b/pubspec.yaml index 722cd36e..39dae059 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.32.9-dev +version: 1.32.9 description: A Sass implementation in Dart. author: Sass Team homepage: https://github.com/sass/dart-sass