commit 4786b57869b935b953a4a2f4718b9e26d95341e4
parent 559e3527459d6e2abe3276d836e788009dbcd60e
Author: mtmn <miro@haravara.org>
Date: Sat, 6 Jun 2026 21:32:07 +0200
chore: release v2.18.1
Diffstat:
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [2.18.1] - 2026-06-06
+
+[compare](https://git.sr.ht/~mtmn/corpus/log/v2.18.0..v2.18.1)
+
+### Housekeeping
+
+- Remove garnix from readme ([`559e352`](https://git.sr.ht/~mtmn/corpus/commit/559e3527459d6e2abe3276d836e788009dbcd60e))
+
## [2.18.0] - 2026-06-06
[compare](https://git.sr.ht/~mtmn/corpus/log/v2.17.1..v2.18.0)
@@ -11,6 +19,7 @@
### Housekeeping
- Update deps ([`99a8e5c`](https://git.sr.ht/~mtmn/corpus/commit/99a8e5cbc153ff87ec8e2f8f0f2f98922d05baf8))
+- Release v2.18.0 ([`b8949bd`](https://git.sr.ht/~mtmn/corpus/commit/b8949bd90efdd85778518c2af5c51b3bdc3a42cf))
## [2.17.1] - 2026-06-01
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
"name": "corpus",
- "version": "2.18.0",
+ "version": "2.18.1",
"description": "ListenBrainz and Last.fm frontend",
"main": "index.js",
"type": "module",