From 1d987f8fcc8e0f85971600b98e06ac60f95127dd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 Aug 2024 07:22:26 +0000 Subject: [PATCH] chore(release): 1.26.0 # [1.26.0](https://github.com/acadevmy/devmy_cli/compare/v1.25.0...v1.26.0) (2024-08-06) ### Features * add firebase/hosting addon ([b2340fa](https://github.com/acadevmy/devmy_cli/commit/b2340faaf7defb15ca3399329856cd9d6f50c70f)) --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3a1eb1..053054e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.26.0](https://github.com/acadevmy/devmy_cli/compare/v1.25.0...v1.26.0) (2024-08-06) + + +### Features + +* add firebase/hosting addon ([b2340fa](https://github.com/acadevmy/devmy_cli/commit/b2340faaf7defb15ca3399329856cd9d6f50c70f)) + # [1.25.0](https://github.com/acadevmy/devmy_cli/compare/v1.24.1...v1.25.0) (2024-08-05) diff --git a/pubspec.yaml b/pubspec.yaml index 558c964..7fad085 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.25.0 +version: 1.26.0 environment: sdk: ^3.0.0