corpus

Log | Files | Refs | README | LICENSE

commit 7c7ce5fc300f2475a4e8ba8ada0848fca89454d1
parent a96810eb4cf9a3ee74ca0c73c987b67dc8c1ed0b
Author: Miro Toman <44134862+mtmn@users.noreply.github.com>
Date:   Mon, 20 Apr 2026 23:26:35 +0200

Merge pull request #17 from mtmn/release-please--branches--master--components--corpus

chore(master): release 2.3.1
Diffstat:
MCHANGELOG.md | 7+++++++
Mflake.nix | 2+-
Mpackage-lock.json | 4++--
Mpackage.json | 2+-
4 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.1](https://github.com/mtmn/corpus/compare/v2.3.0...v2.3.1) (2026-04-20) + + +### Bug Fixes + +* missing selection for track and album ([ae926cd](https://github.com/mtmn/corpus/commit/ae926cd79f917e5ed298aad0cff70830fb682198)) + ## [2.3.0](https://github.com/mtmn/corpus/compare/v2.2.0...v2.3.0) (2026-04-20) diff --git a/flake.nix b/flake.nix @@ -131,7 +131,7 @@ inherit ((builtins.fromJSON (builtins.readFile ./package.json))) version; inherit src; - npmDepsHash = "sha256-PPXUTAIPU6j44AjfrfcEbJh8z4vm0xq23QkzEmDPZCY="; + npmDepsHash = "sha256-ghhPZm4Evtd8sRmUils9z2kUb9lTFeMcYD8BIOt4O/M="; npmRebuildFlags = ["--ignore-scripts"]; nativeBuildInputs = with pkgs; [ diff --git a/package-lock.json b/package-lock.json @@ -1,12 +1,12 @@ { "name": "corpus", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "corpus", - "version": "2.3.0", + "version": "2.3.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.3.0", + "version": "2.3.1", "description": "ListenBrainz and Last.fm frontend", "main": "index.js", "type": "module",