From 3a055bd6bc4e7741ea1605f14b8bfd4376b92907 Mon Sep 17 00:00:00 2001 From: Grounds Bot Date: Wed, 2 Sep 2026 17:32:36 +0200 Subject: [PATCH] chore(main): release 2.2.2 --- .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 11ee94f..d15f5ed 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.1" + ".": "2.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a23c525..a075c24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.2](https://github.com/groundsgg/plugin-proxy/compare/v2.2.1...v2.2.2) (2026-09-02) + + +### Bug Fixes + +* balance the space above and below the tab logo ([#56](https://github.com/groundsgg/plugin-proxy/issues/56)) ([4a68550](https://github.com/groundsgg/plugin-proxy/commit/4a685508f6c2c8093154d75984a3a133395e4982)) + ## [2.2.1](https://github.com/groundsgg/plugin-proxy/compare/v2.2.0...v2.2.1) (2026-09-02)