diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a65bc1..83b0cc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.23.0](https://github.com/acadevmy/devmy_cli/compare/v1.22.0...v1.23.0) (2024-07-25) + + +### Features + +* add next/dynamic-route ([1705b6e](https://github.com/acadevmy/devmy_cli/commit/1705b6e7a6e277c62e7751066f54d3f4b7ab7b36)) + # [1.22.0](https://github.com/acadevmy/devmy_cli/compare/v1.21.1...v1.22.0) (2024-07-18) diff --git a/pubspec.yaml b/pubspec.yaml index 0f07327..82c5495 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.22.0 +version: 1.23.0 environment: sdk: ^3.0.0