diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fe6f607..305c150 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.19"} +{".":"0.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 4225085..f703dc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/groundsgg/grounds-cli/compare/v0.1.19...v0.2.0) (2026-05-20) + + +### Features + +* **push:** pass app flavor selection ([#51](https://github.com/groundsgg/grounds-cli/issues/51)) ([2138009](https://github.com/groundsgg/grounds-cli/commit/21380097ffa714640cc3aeca7b2efdf2bf6ede52)) + ## [0.1.19](https://github.com/groundsgg/grounds-cli/compare/v0.1.18...v0.1.19) (2026-05-14)