diff --git a/CHANGELOG.md b/CHANGELOG.md index 64843cb..63ca251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.10.0](https://github.com/acadevmy/devmy_cli/compare/v1.9.0...v1.10.0) (2024-05-27) + + +### Features + +* add aliases to commands ([e9b73c8](https://github.com/acadevmy/devmy_cli/commit/e9b73c8fd6dce6824fa3f2de42e18978c407a934)) + # [1.9.0](https://github.com/acadevmy/devmy_cli/compare/v1.8.0...v1.9.0) (2024-05-27) diff --git a/pubspec.yaml b/pubspec.yaml index 8f33ff8..fc1067e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: devmy_cli description: The Devmy CLI is a command-line interface tool that you use to initialize, develop, scaffold, and maintain Devmy applications directly from a command shell. -version: 1.9.0 +version: 1.10.0 environment: sdk: ^3.0.0