From 47c6ea5d0816e9da99e7ef068cbc276cdbb179dc Mon Sep 17 00:00:00 2001 From: Kentai Radiquum Date: Mon, 29 Apr 2024 03:54:49 +0500 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.0=20=E2=86=92=200.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.yaml | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.cz.yaml b/.cz.yaml index bfeda1c..fda5084 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -4,5 +4,5 @@ commitizen: name: cz_conventional_commits tag_format: $version update_changelog_on_bump: true - version: 0.2.0 + version: 0.2.1 version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index 06c1570..d4af14c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.2.1 (2024-04-29) + +### Fix + +- **frontend**: fix text overflow on releases cards +- **frontend**: fix overflow of releases cards on pages with overview + ## 0.2.0 (2024-04-29) ### Feat