From 4f39541c1c91bb8ce85db09907b5883895838c3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 06:59:03 +0000 Subject: [PATCH] chore(main): release 0.1.9 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f061cac..1fb9674 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.8"} +{".":"0.1.9"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 34f6766..05fd739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.9](https://github.com/groundsgg/grounds-cli/compare/v0.1.8...v0.1.9) (2026-04-30) + + +### Features + +* **auth:** request offline_access scope in device flow ([#21](https://github.com/groundsgg/grounds-cli/issues/21)) ([304931b](https://github.com/groundsgg/grounds-cli/commit/304931b0525798c4e7cab344788871ddde4acc9a)) + + +### Bug Fixes + +* **release:** drop unsupported version_prefix; expose release-please version output ([cf4702e](https://github.com/groundsgg/grounds-cli/commit/cf4702e4aefdf17958f7cab44175127b10d4b8bd)) + ## [0.1.8](https://github.com/groundsgg/grounds-cli/compare/v0.1.7...v0.1.8) (2026-04-30)