commit 9c02d5293871223da90dece5cdc28b5a965fb439
parent 762e5ae8062d90dd175601cb44e9f6321dda1fd8
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun, 19 Apr 2026 11:37:18 +0000
chore(master): release 2.1.0
Diffstat:
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.1.0](https://github.com/mtmn/corpus/compare/v2.0.0...v2.1.0) (2026-04-19)
+
+
+### Features
+
+* add grafana dashboard ([0ec0b97](https://github.com/mtmn/corpus/commit/0ec0b976fc7e19ed5790ca050feec1cdd277547a))
+
## [2.0.0](https://github.com/mtmn/corpus/compare/v1.4.0...v2.0.0) (2026-04-19)
diff --git a/package-lock.json b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "corpus",
- "version": "2.0.0",
+ "version": "2.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "corpus",
- "version": "2.0.0",
+ "version": "2.1.0",
"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.0.0",
+ "version": "2.1.0",
"description": "ListenBrainz and Last.fm frontend",
"main": "index.js",
"type": "module",