corpus

Log | Files | Refs | README | LICENSE

commit 01085bfda2462360a0846cb18d4f78621a1f755f
parent 7963a795a8cb0eb5ad63e3540fa0d39d47e53816
Author: mtmn <miro@haravara.org>
Date:   Sun,  3 May 2026 00:14:50 +0200

chore: release v2.12.0

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.12.0] - 2026-05-02 + +[compare](https://git.sr.ht/~mtmn/corpus/log/v2.11.0..v2.12.0) + +### Features + +- **ci:** Add build job ([`7963a79`](https://git.sr.ht/~mtmn/corpus/commit/7963a795a8cb0eb5ad63e3540fa0d39d47e53816)) + ## [2.11.0] - 2026-05-02 [compare](https://git.sr.ht/~mtmn/corpus/log/v2.10.0..v2.11.0) diff --git a/package.json b/package.json @@ -1,6 +1,6 @@ { "name": "corpus", - "version": "2.11.0", + "version": "2.12.0", "description": "ListenBrainz and Last.fm frontend", "main": "index.js", "type": "module",