From b30f1f1791b856adca15a2f22e0b062a2dbf147a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 08:09:22 +0000 Subject: [PATCH] chore(main): release 0.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1cf1e5..6ed2e48 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.1"} +{".":"0.1.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 203d1a1..5dc1c7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.2](https://github.com/groundsgg/grounds-cli/compare/v0.1.1...v0.1.2) (2026-04-28) + + +### Features + +* **cli:** T8 — global --project flag ([#4](https://github.com/groundsgg/grounds-cli/issues/4)) ([dfd42ad](https://github.com/groundsgg/grounds-cli/commit/dfd42ad85497ccdb5fc60494c0eb81455e52be82)) +* **preview:** grounds preview list/show/pin/unpin subcommands ([#7](https://github.com/groundsgg/grounds-cli/issues/7)) ([af9e31b](https://github.com/groundsgg/grounds-cli/commit/af9e31bca10e32ba36500dc8b6af415ca7ba5f12)) +* **push:** support --target=staging for preview envs ([#6](https://github.com/groundsgg/grounds-cli/issues/6)) ([224cded](https://github.com/groundsgg/grounds-cli/commit/224cded7c2991418e4504a9c5900ca1906dc7cf1)) + ## [0.1.1](https://github.com/groundsgg/grounds-cli/compare/v0.1.0...v0.1.1) (2026-04-25)