Skip to content

Commit b256f61

Browse files
authored
chore(main): release 0.3.0 (#20)
1 parent 92bda79 commit b256f61

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/Thomasevano/musickeeper/compare/v0.2.0...v0.3.0) (2026-01-19)
4+
5+
6+
### Features
7+
8+
* add art cover to music item ([810f2b8](https://github.com/Thomasevano/musickeeper/commit/810f2b838c0a2c2cc6943652434708f5609c6ee5))
9+
* add MusicBrainz API ([7b7da1d](https://github.com/Thomasevano/musickeeper/commit/7b7da1dc9a89cb096eaad53a1bd3c6fa451601de))
10+
* **ui:** remove sidebar and use navbar instead ([6267baa](https://github.com/Thomasevano/musickeeper/commit/6267baad589193ab13b5bb162c30de82099a9aed))
11+
12+
13+
### Bug Fixes
14+
15+
* **api:** access package.json varaibles in production for musicbrainz api ([5ae5e2c](https://github.com/Thomasevano/musickeeper/commit/5ae5e2ce1242d434056d1195da2d80d5cd2e6760))
16+
* docker build ([70b37b7](https://github.com/Thomasevano/musickeeper/commit/70b37b767a4d62120b321bf28b00c08c4d6dd62d))
17+
* sorting listenlater items ([8972a5b](https://github.com/Thomasevano/musickeeper/commit/8972a5b4244db817bd35c3935251a2cf99ae7c9a))
18+
* **ui:** show app version in footer ([5dab5c6](https://github.com/Thomasevano/musickeeper/commit/5dab5c6621786ba257eaa99828e95382f4b4cf80))
19+
320
## [0.2.0](https://github.com/Thomasevano/musickeeper/compare/v0.1.0...v0.2.0) (2025-12-18)
421

522

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "musickeeper",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"type": "module",
66
"license": "AGPL-3.0-only",

0 commit comments

Comments
 (0)