commit 506805b7858021fc23d7251c2cd782d5577a037c
parent 304c446cb01f7d37aa004bae05030534e0a3fe15
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 22 Apr 2026 21:59:17 +0000
chore(master): release 2.6.0
Diffstat:
3 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## [2.6.0](https://github.com/mtmn/corpus/compare/v2.5.1...v2.6.0) (2026-04-22)
+
+
+### Features
+
+* try various cover art sizes ([03a2a16](https://github.com/mtmn/corpus/commit/03a2a16595cea7816c8ab1c72f25c72001bf648b))
+
+
+### Bug Fixes
+
+* remove unused imports ([a32b34d](https://github.com/mtmn/corpus/commit/a32b34df7f24440e4b0a2d9d43d33ee6a79ee408))
+* unhandled last.fm errors ([ef0cfc5](https://github.com/mtmn/corpus/commit/ef0cfc5adc80ef861db8afca6a5151fbb949b677))
+
## [2.5.1](https://github.com/mtmn/corpus/compare/v2.5.0...v2.5.1) (2026-04-22)
diff --git a/package-lock.json b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "corpus",
- "version": "2.5.1",
+ "version": "2.6.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "corpus",
- "version": "2.5.1",
+ "version": "2.6.0",
"dependencies": {
"@aws-sdk/client-s3": "^3.1029.0",
"dotenv": "^17.4.1",
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
"name": "corpus",
- "version": "2.5.1",
+ "version": "2.6.0",
"description": "ListenBrainz and Last.fm frontend",
"main": "index.js",
"type": "module",