corpus

Log | Files | Refs | README | LICENSE

commit 62eb8719333225ced9b5f1c772b1f5a3235bab2e
parent 21395573964bfe20f2f5adcb151213be686e59be
Author: mtmn <miro@haravara.org>
Date:   Sun, 10 May 2026 04:00:36 +0200

chore: release v2.14.2

Diffstat:
MCHANGELOG.md | 12++++++++++++
Mpackage.json | 2+-
2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.14.2] - 2026-05-10 + +[compare](https://git.sr.ht/~mtmn/corpus/log/v2.14.1..v2.14.2) + +### Housekeeping + +- **deps:** Bump purescript registry ([`2139557`](https://git.sr.ht/~mtmn/corpus/commit/21395573964bfe20f2f5adcb151213be686e59be)) + ## [2.14.1] - 2026-05-08 [compare](https://git.sr.ht/~mtmn/corpus/log/v2.14.0..v2.14.1) @@ -8,6 +16,10 @@ - Transparent diagram ([`c41ec83`](https://git.sr.ht/~mtmn/corpus/commit/c41ec8312ac515dfff963b67b971593fcde0ad4a)) +### Housekeeping + +- Release v2.14.1 ([`f940cbf`](https://git.sr.ht/~mtmn/corpus/commit/f940cbf10297ce8caacd4b2dce47ba7f1e589560)) + ## [2.14.0] - 2026-05-08 [compare](https://git.sr.ht/~mtmn/corpus/log/v2.13.1..v2.14.0) diff --git a/package.json b/package.json @@ -1,6 +1,6 @@ { "name": "corpus", - "version": "2.14.1", + "version": "2.14.2", "description": "ListenBrainz and Last.fm frontend", "main": "index.js", "type": "module",