From 472931b63ce0f8ce65f8a01597a8587a3ec377fc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 29 Aug 2024 08:03:55 +0000 Subject: [PATCH] chore(release): 1.27.0 # [1.27.0](https://github.com/acadevmy/devmy_cli/compare/v1.26.0...v1.27.0) (2024-08-29) ### Features * add vercel deploy ([210131f](https://github.com/acadevmy/devmy_cli/commit/210131fd52019f92c6b62f240619ee05e1ee4e7f)) --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 053054e..c8ef8f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.27.0](https://github.com/acadevmy/devmy_cli/compare/v1.26.0...v1.27.0) (2024-08-29) + + +### Features + +* add vercel deploy ([210131f](https://github.com/acadevmy/devmy_cli/commit/210131fd52019f92c6b62f240619ee05e1ee4e7f)) + # [1.26.0](https://github.com/acadevmy/devmy_cli/compare/v1.25.0...v1.26.0) (2024-08-06) diff --git a/pubspec.yaml b/pubspec.yaml index 7fad085..4225c7e 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.26.0 +version: 1.27.0 environment: sdk: ^3.0.0