From abc0d9223d139a78395fdcff61eb5358474bdc87 Mon Sep 17 00:00:00 2001 From: Grounds Bot Date: Sun, 12 Jul 2026 23:48:38 +0200 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41689d5..11fea0f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.8.0"} +{".":"1.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index c9e10f5..b629923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0](https://github.com/groundsgg/grounds-cli/compare/v0.8.0...v1.0.0) (2026-07-12) + + +### ⚠ BREAKING CHANGES + +* **cluster:** drop --profile=minigame ([#77](https://github.com/groundsgg/grounds-cli/issues/77)) + +### Features + +* **cluster:** drop --profile=minigame ([#77](https://github.com/groundsgg/grounds-cli/issues/77)) ([477f65c](https://github.com/groundsgg/grounds-cli/commit/477f65c2dce3630d1592820626f192014dac5db8)) + ## [0.8.0](https://github.com/groundsgg/grounds-cli/compare/v0.7.0...v0.8.0) (2026-07-11)