corpus

Log | Files | Refs | README | LICENSE

commit f940cbf10297ce8caacd4b2dce47ba7f1e589560
parent c41ec8312ac515dfff963b67b971593fcde0ad4a
Author: mtmn <miro@haravara.org>
Date:   Fri,  8 May 2026 23:04:31 +0200

chore: release v2.14.1

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.1] - 2026-05-08 + +[compare](https://git.sr.ht/~mtmn/corpus/log/v2.14.0..v2.14.1) + +### Bug Fixes + +- Transparent diagram ([`c41ec83`](https://git.sr.ht/~mtmn/corpus/commit/c41ec8312ac515dfff963b67b971593fcde0ad4a)) + ## [2.14.0] - 2026-05-08 [compare](https://git.sr.ht/~mtmn/corpus/log/v2.13.1..v2.14.0) @@ -8,6 +16,10 @@ - Render diagram using graphviz ([`3a6752f`](https://git.sr.ht/~mtmn/corpus/commit/3a6752fda8ba988767efb16bb4da4b8130d2304a)) +### Housekeeping + +- Release v2.14.0 ([`9c83cab`](https://git.sr.ht/~mtmn/corpus/commit/9c83cab2b0fff9e5190336215ce7a05094def242)) + ## [2.13.1] - 2026-05-07 [compare](https://git.sr.ht/~mtmn/corpus/log/v2.13.0..v2.13.1) diff --git a/package.json b/package.json @@ -1,6 +1,6 @@ { "name": "corpus", - "version": "2.14.0", + "version": "2.14.1", "description": "ListenBrainz and Last.fm frontend", "main": "index.js", "type": "module",