commit ef7cdb9855a2a2a3c79c489485eb53d309a20e28
parent 762e5ae8062d90dd175601cb44e9f6321dda1fd8
Author: Miro Toman <44134862+mtmn@users.noreply.github.com>
Date: Sun, 19 Apr 2026 13:41:10 +0200
Merge pull request #12 from mtmn/release-please--branches--master--components--corpus
chore(master): release 2.1.0
Diffstat:
4 files changed, 11 insertions(+), 4 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/flake.nix b/flake.nix
@@ -131,7 +131,7 @@
inherit ((builtins.fromJSON (builtins.readFile ./package.json))) version;
inherit src;
- npmDepsHash = "sha256-EUqwa+i/+bfMJqwb8Qc5AnoOyituRu8pP7i85x8r3oo=";
+ npmDepsHash = "sha256-AjGK+8bFWR/BipFP468B+rreQ+CRG0unkG+hJ/0PtUI=";
npmRebuildFlags = ["--ignore-scripts"];
nativeBuildInputs = with pkgs; [
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",