bump: version 0.3.0 → 0.4.0

This commit is contained in:
Kentai Radiquum 2024-04-30 16:47:10 +05:00
parent 3095bb04a8
commit cd7fdf7317
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 13 additions and 1 deletions

View file

@ -4,5 +4,5 @@ commitizen:
name: cz_conventional_commits name: cz_conventional_commits
tag_format: $version tag_format: $version
update_changelog_on_bump: true update_changelog_on_bump: true
version: 0.3.0 version: 0.4.0
version_scheme: semver version_scheme: semver

View file

@ -1,3 +1,15 @@
## 0.4.0 (2024-04-30)
### Feat
- **frontend**: add a release page
### Refactor
- **frontend/release**: add a loading circle for release player when fetching episodes data
- **frontend/release**: move release player in to the component
- **frontend/release-page**: less layout shift on player
## 0.3.0 (2024-04-30) ## 0.3.0 (2024-04-30)
### Feat ### Feat