commit e5874bd0fa98e4abbe9ae346ae16a013b994a15c
parent 697864f57afd7be5fe324529926d373c81de3704
Author: Miro Toman <44134862+mtmn@users.noreply.github.com>
Date: Wed, 22 Apr 2026 23:02:50 +0200
Merge pull request #21 from mtmn/release-please--branches--master--components--corpus
chore(master): release 2.5.1
Diffstat:
4 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.5.1](https://github.com/mtmn/corpus/compare/v2.5.0...v2.5.1) (2026-04-22)
+
+
+### Bug Fixes
+
+* unhandled last.fm json serialization ([6415fc5](https://github.com/mtmn/corpus/commit/6415fc57d14f369c0d21d31194ee69f8cc186a7c))
+
## [2.5.0](https://github.com/mtmn/corpus/compare/v2.4.0...v2.5.0) (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-9ij6YbhWhWaEjAr4PTk8jWXJFb33Uf5N14vTdlwZuX8=";
+ npmDepsHash = "sha256-DG9zoiR/T450nrcfjNwttI7soubNzcfR1rLzgyQYJXQ=";
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.0",
+ "version": "2.5.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "corpus",
- "version": "2.5.0",
+ "version": "2.5.1",
"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.0",
+ "version": "2.5.1",
"description": "ListenBrainz and Last.fm frontend",
"main": "index.js",
"type": "module",