From 014895ae65dd41264079541c5d40859cc4fc23b9 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:38:24 +0000 Subject: [PATCH] chore(main): release 0.1.8 --- .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 f5c077c..f061cac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.7"} +{".":"0.1.8"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 604475c..34f6766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.8](https://github.com/groundsgg/grounds-cli/compare/v0.1.7...v0.1.8) (2026-04-30) + + +### Features + +* **observability:** wire Sentry/GlitchTip error tracking ([cb9c0eb](https://github.com/groundsgg/grounds-cli/commit/cb9c0eb05d1ef3bf661a1e3842360a5513672c40)) + + +### Bug Fixes + +* avoid powershell browser opener on wsl ([#19](https://github.com/groundsgg/grounds-cli/issues/19)) ([93bc212](https://github.com/groundsgg/grounds-cli/commit/93bc212bdc5093b7353ccbe13f039b92431c93db)) + ## [0.1.7](https://github.com/groundsgg/grounds-cli/compare/v0.1.6...v0.1.7) (2026-04-29)