commit 3cafafa461a3cfa707bb5c57be92cf16bb6d522e from: mtmn date: Wed Jun 24 18:28:32 2026 UTC chore: release v2.22.0 commit - 863e65cb10204e0498a9f13d19c27c684bf21d04 commit + 3cafafa461a3cfa707bb5c57be92cf16bb6d522e blob - badbb9a212f7facfd3af5c0493fe911bb3e820a4 blob + 603c40377ade2b1612c23eeac73c9645048b554c --- CHANGELOG.md +++ CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.22.0] - 2026-06-24 + +[compare](https://git.sr.ht/~mtmn/corpus/log/v2.21.0..v2.22.0) + +### Features + +- Add listenbrainz validate-token endpoint ([`863e65c`](https://git.sr.ht/~mtmn/corpus/commit/863e65cb10204e0498a9f13d19c27c684bf21d04)) + +### Housekeeping + +- Revert readme ([`146a6b3`](https://git.sr.ht/~mtmn/corpus/commit/146a6b3417a8d6b5434c1fa82ac7177ed0fa2364)) + ## [2.21.0] - 2026-06-20 [compare](https://git.sr.ht/~mtmn/corpus/log/v2.20.0..v2.21.0) @@ -11,6 +23,7 @@ ### Housekeeping - Add cover in png ([`8b19ca3`](https://git.sr.ht/~mtmn/corpus/commit/8b19ca30d2fb20e94458672bd21b7392fceb5f2a)) +- Release v2.21.0 ([`f155aa8`](https://git.sr.ht/~mtmn/corpus/commit/f155aa879d75fa7fddd65fa9fc65d670909d8793)) ## [2.20.0] - 2026-06-15 blob - e1e1392af366af643b695bda9bfd25ceeaccdcb6 blob + a4c373caaaac526b40207816d6b3618905446ea5 --- package.json +++ package.json @@ -1,6 +1,6 @@ { "name": "corpus", - "version": "2.21.0", + "version": "2.22.0", "description": "ListenBrainz and Last.fm frontend", "main": "index.js", "type": "module",