diff --git a/CHANGELOG.md b/CHANGELOG.md index e828616a6..b9733c3aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.67.1 + +### Embedded Sass + +* Properly include TypeScript types in the `sass-embedded` package. + ## 1.67.0 * All functions defined in CSS Values and Units 4 are now once again parsed as diff --git a/pubspec.yaml b/pubspec.yaml index e9cceabb1..3036d6b5e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.67.0 +version: 1.67.1-dev description: A Sass implementation in Dart. homepage: https://github.com/sass/dart-sass