From 6d20a8acee172e8085032f56ccf88f618b9f187e Mon Sep 17 00:00:00 2001 From: Claudio Catterina Date: Sun, 17 Nov 2024 20:31:43 +0100 Subject: [PATCH] chore(main): release 2.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ src/metadata.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 969d3db..48fbed9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "2.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3299666..1c4b98d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.1](https://github.com/ccatterina/plasmusic-toolbar/compare/v2.1.0...v2.1.1) (2024-11-17) + + +### Bug Fixes + +* song text overflows when splitted in 2 lines ([c7627dc](https://github.com/ccatterina/plasmusic-toolbar/commit/c7627dcec9986bdb06277afe204f48fb8c0f54d2)) + ## [2.1.0](https://github.com/ccatterina/plasmusic-toolbar/compare/v2.0.0...v2.1.0) (2024-11-17) diff --git a/src/metadata.json b/src/metadata.json index 6864888..4509941 100644 --- a/src/metadata.json +++ b/src/metadata.json @@ -14,7 +14,7 @@ "Id": "plasmusic-toolbar", "License": "GPL3", "Name": "PlasMusic Toolbar", - "Version": "2.1.0", + "Version": "2.1.1", "Category": "Multimedia" }, "X-Plasma-API-Minimum-Version": "6.0",