commit 4f88e45e2cf7fa6ac2bcbe754cafc0be4f26aafa
parent 304c446cb01f7d37aa004bae05030534e0a3fe15
Author: Miro Toman <44134862+mtmn@users.noreply.github.com>
Date: Thu, 23 Apr 2026 00:03:37 +0200
Merge pull request #22 from mtmn/release-please--branches--master--components--corpus
chore(master): release 2.6.0
Diffstat:
4 files changed, 17 insertions(+), 4 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/flake.nix b/flake.nix
@@ -131,7 +131,7 @@
inherit ((builtins.fromJSON (builtins.readFile ./package.json))) version;
inherit src;
- npmDepsHash = "sha256-DG9zoiR/T450nrcfjNwttI7soubNzcfR1rLzgyQYJXQ=";
+ npmDepsHash = "sha256-Fo2A9zFBIcFVQmqtTniSr2nQNKtVjiP0654R9tnyrBM=";
npmRebuildFlags = ["--ignore-scripts"];
nativeBuildInputs = with pkgs; [
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",