From 39782c5abecb434cce46d072165440bed7788628 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 09:02:24 +0000 Subject: [PATCH] chore(main): release 0.1.4 --- .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 1b04459..f148fd1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.3"} +{".":"0.1.4"} diff --git a/CHANGELOG.md b/CHANGELOG.md index c4b92dd..48222b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.4](https://github.com/groundsgg/grounds-cli/compare/v0.1.3...v0.1.4) (2026-04-28) + + +### Bug Fixes + +* **config:** default APIURL to platform.grnds.io (forge subdomain doesn't exist) ([#10](https://github.com/groundsgg/grounds-cli/issues/10)) ([d813b0a](https://github.com/groundsgg/grounds-cli/commit/d813b0a1d2450444836e7bcb80f1d65a4d63a22c)) + ## [0.1.3](https://github.com/groundsgg/grounds-cli/compare/v0.1.2...v0.1.3) (2026-04-28)