From 0ff9618b5d6b71b4f3ed10a3abd5c24a587c2ecf Mon Sep 17 00:00:00 2001 From: Kentai Radiquum Date: Mon, 29 Apr 2024 03:45:36 +0500 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.yaml | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.cz.yaml b/.cz.yaml index 8d591ea..bfeda1c 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.1.0 + version: 0.2.0 version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index 423f6cc..06c1570 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.2.0 (2024-04-29) + +### Feat + +- **next-page-loading**: disable load more button when length of fetched page is less than 25 on all pages + +### Refactor + +- **history-page**: use ReleaseOverview component on search page + ## 0.1.0 (2024-04-29) ### Feat