From dfcc714e31d42027715a51fe1d74c2aec6c0b673 Mon Sep 17 00:00:00 2001 From: Grounds Bot Date: Wed, 2 Sep 2026 17:09:24 +0200 Subject: [PATCH] chore(main): release 2.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5d1cf2..11ee94f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fbfb44e..a23c525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.2.1](https://github.com/groundsgg/plugin-proxy/compare/v2.2.0...v2.2.1) (2026-09-02) + + +### Bug Fixes + +* give the tab logo more space and reduce its size ([#55](https://github.com/groundsgg/plugin-proxy/issues/55)) ([9830d6e](https://github.com/groundsgg/plugin-proxy/commit/9830d6e8ad3093b7888190fa1315201e458ed99c)) +* pad the tab list around the wordmark ([#48](https://github.com/groundsgg/plugin-proxy/issues/48)) ([b012c5a](https://github.com/groundsgg/plugin-proxy/commit/b012c5a971a78eac970bc56cee84748e5acbbdae)) + ## [2.2.0](https://github.com/groundsgg/plugin-proxy/compare/v2.1.0...v2.2.0) (2026-08-25)