corpus

Log | Files | Refs | README | LICENSE

commit 8da4314651f372e4df6dc795920f923efbe1618a
parent 6a7d64a711c300f1a7436fd5eb413f093316a65c
Author: mtmn <miro@haravara.org>
Date:   Wed, 13 May 2026 19:15:09 +0200

chore: release v2.14.3

Diffstat:
MCHANGELOG.md | 9+++++++++
Mflake.nix | 2+-
Mpackage-lock.json | 4++--
Mpackage.json | 2+-
4 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.14.3] - 2026-05-13 + +[compare](https://git.sr.ht/~mtmn/corpus/log/v2.14.2..v2.14.3) + +### Bug Fixes + +- **ci:** Run npm install on release ([`6a7d64a`](https://git.sr.ht/~mtmn/corpus/commit/6a7d64a711c300f1a7436fd5eb413f093316a65c)) + ## [2.14.2] - 2026-05-10 [compare](https://git.sr.ht/~mtmn/corpus/log/v2.14.1..v2.14.2) @@ -7,6 +15,7 @@ ### Housekeeping - **deps:** Bump purescript registry ([`2139557`](https://git.sr.ht/~mtmn/corpus/commit/21395573964bfe20f2f5adcb151213be686e59be)) +- Release v2.14.2 ([`62eb871`](https://git.sr.ht/~mtmn/corpus/commit/62eb8719333225ced9b5f1c772b1f5a3235bab2e)) ## [2.14.1] - 2026-05-08 diff --git a/flake.nix b/flake.nix @@ -115,7 +115,7 @@ inherit ((builtins.fromJSON (builtins.readFile ./package.json))) version; inherit src; - npmDepsHash = "sha256-5AFRHBhTKqFHZdCueEQCDiSgNZHQHUx8UQfoq7G9W5M="; + npmDepsHash = "sha256-XaU8luTol2UshteV5ZFFAP1kpo9HppTS6WqL6b0lUVM="; npmRebuildFlags = ["--ignore-scripts"]; nativeBuildInputs = with pkgs; [ diff --git a/package-lock.json b/package-lock.json @@ -1,12 +1,12 @@ { "name": "corpus", - "version": "2.14.2", + "version": "2.14.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "corpus", - "version": "2.14.2", + "version": "2.14.3", "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.14.2", + "version": "2.14.3", "description": "ListenBrainz and Last.fm frontend", "main": "index.js", "type": "module",