From 590389d5db973462f85250e2b5bdd22ca64c6743 Mon Sep 17 00:00:00 2001 From: Grounds Bot Date: Thu, 21 May 2026 16:45:20 +0200 Subject: [PATCH] chore(main): release 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 305c150..1c861e1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.0"} +{".":"0.3.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index f703dc9..75dd772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/groundsgg/grounds-cli/compare/v0.2.0...v0.3.0) (2026-05-21) + + +### Features + +* **init:** scaffold app flavor manifests ([#54](https://github.com/groundsgg/grounds-cli/issues/54)) ([4a657e2](https://github.com/groundsgg/grounds-cli/commit/4a657e2854f3891449801e9aa4666db8b75a3a68)) + ## [0.2.0](https://github.com/groundsgg/grounds-cli/compare/v0.1.19...v0.2.0) (2026-05-20)