diff --git a/CHANGELOG.md b/CHANGELOG.md index 05ed53af..7356510b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -## 1.2.3-test.2 +## 1.2.3 -* No user-visible changes. +* Updates help text to use the correct binary name (`sass-migrator`). ## 1.2.2 diff --git a/lib/src/runner.dart b/lib/src/runner.dart index 51b6360c..a3746401 100644 --- a/lib/src/runner.dart +++ b/lib/src/runner.dart @@ -26,7 +26,7 @@ class MigratorRunner extends CommandRunner> { "See also https://sass-lang.com/documentation/cli/migrator"; MigratorRunner() - : super("sass_migrator", "Migrates stylesheets to new Sass versions.") { + : super("sass-migrator", "Migrates stylesheets to new Sass versions.") { argParser ..addMultiOption('load-path', abbr: 'I', diff --git a/pubspec.yaml b/pubspec.yaml index 774387da..a7bb0551 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass_migrator -version: 1.2.3-test.2 +version: 1.2.3 description: A tool for running migrations on Sass files author: Jennifer Thakar homepage: https://github.com/sass/migrator