diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d8803f9..93e8bb37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.0.1 + +### Module Migrator + +* Improve ordering of `@use` and `@forward` rules. + +* Fix a bug in the migrating of configurable variables. Variables should now + only be considered configured when the configuring declaration is upstream of + the `!default` declaration. + ## 1.0.0 * Initial release. diff --git a/pubspec.yaml b/pubspec.yaml index 7c05f133..5f9857b8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass_migrator -version: 1.0.0 +version: 1.0.1 description: A tool for running migrations on Sass files author: Jennifer Thakar homepage: https://github.com/sass/migrator