Skip to content

Commit 74699a5

Browse files
chore(release): set package.json to 1.5.0 [skip ci]
# [1.5.0](v1.4.0...v1.5.0) (2025-08-30) ### Bug Fixes * semantic-release ESM ([db7d84c](db7d84c)) * test env variable ([b9090f7](b9090f7)) * test env variable ([cc0a031](cc0a031)) ### Features * --show-not-found option added ([048c60d](048c60d)) * complete refactoring to ESM ([2efa636](2efa636)) * refactor albums and artists with aggregate queries ([94765a1](94765a1)) * refactored csvtojson to reduce memory usage ([f74fb4a](f74fb4a)) * removed sequelize/sqlite3 in favor of native node:sqlite ([793d090](793d090)) * tests added on PR ([669521c](669521c))
1 parent 36d8d66 commit 74699a5

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
MBNDS CHANGELOG
22

3+
# [1.5.0](https://github.com/rombat/musicbee-navidrome-sync/compare/v1.4.0...v1.5.0) (2025-08-30)
4+
5+
6+
### Bug Fixes
7+
8+
* semantic-release ESM ([db7d84c](https://github.com/rombat/musicbee-navidrome-sync/commit/db7d84c8902cf55069325aa11e85b0e5e7e3c2ec))
9+
* test env variable ([b9090f7](https://github.com/rombat/musicbee-navidrome-sync/commit/b9090f7405bfaf34f875cea51709a904d7c0baaa))
10+
* test env variable ([cc0a031](https://github.com/rombat/musicbee-navidrome-sync/commit/cc0a03185e4eb59454e54bafa49cf04f8cf7639b))
11+
12+
13+
### Features
14+
15+
* --show-not-found option added ([048c60d](https://github.com/rombat/musicbee-navidrome-sync/commit/048c60d2ade1aee3c7c08b33b8659f1f9983c4a9))
16+
* complete refactoring to ESM ([2efa636](https://github.com/rombat/musicbee-navidrome-sync/commit/2efa636451bcced6494557e68330050d06dc6d31))
17+
* refactor albums and artists with aggregate queries ([94765a1](https://github.com/rombat/musicbee-navidrome-sync/commit/94765a179c2cb5651160e69742e4681ab2c9d3b6))
18+
* refactored csvtojson to reduce memory usage ([f74fb4a](https://github.com/rombat/musicbee-navidrome-sync/commit/f74fb4a99bec2e2a310a69aa8c31bffd43f62028))
19+
* removed sequelize/sqlite3 in favor of native node:sqlite ([793d090](https://github.com/rombat/musicbee-navidrome-sync/commit/793d090add5bf6247fcab3de466904e8b79157b2))
20+
* tests added on PR ([669521c](https://github.com/rombat/musicbee-navidrome-sync/commit/669521c31643b1d26c0ee12b9c18cf3fb32674cd))
21+
322
# [1.4.0](https://github.com/rombat/musicbee-navidrome-sync/compare/v1.3.0...v1.4.0) (2025-08-15)
423

524

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "musicbee-navidrome-sync",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "sync ratings and playcount from musicbee db to navidrome db",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)