bump: version 0.1.0 → 0.2.0

This commit is contained in:
Kentai Radiquum 2024-04-29 03:45:36 +05:00
parent 85302f0607
commit 0ff9618b5d
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 11 additions and 1 deletions

View file

@ -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

View file

@ -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