commit 51d04e7d37823c1b82dbe2878ea7dd7f4a217d1a
parent 5c9797c1be6cdfc5698174ba3af4a7552a1ece6f
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 24 Apr 2026 17:20:59 +0000
chore(master): release 2.7.1
Diffstat:
3 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [2.7.1](https://github.com/mtmn/corpus/compare/v2.7.0...v2.7.1) (2026-04-24)
+
+
+### Bug Fixes
+
+* change cover cache order to caa=>discogs=>lastfm ([bd91c19](https://github.com/mtmn/corpus/commit/bd91c191491057e8b7870b0ceec744dba7aafb2c))
+* count api in scrobbles metric ([ecd0ef6](https://github.com/mtmn/corpus/commit/ecd0ef63b24fcb59388bf5171bbcfbc5def26661))
+
## [2.7.0](https://github.com/mtmn/corpus/compare/v2.6.0...v2.7.0) (2026-04-23)
diff --git a/package-lock.json b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "corpus",
- "version": "2.7.0",
+ "version": "2.7.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "corpus",
- "version": "2.7.0",
+ "version": "2.7.1",
"dependencies": {
"@aws-sdk/client-s3": "^3.1029.0",
"dotenv": "^17.4.1",
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
"name": "corpus",
- "version": "2.7.0",
+ "version": "2.7.1",
"description": "ListenBrainz and Last.fm frontend",
"main": "index.js",
"type": "module",