commit 4e4f2806ab43e454949758d45a355c2eaf0d7d0e
parent 1c9b1602865c2c33487625342965fafb0c7a71d5
Author: Miro Toman <44134862+mtmn@users.noreply.github.com>
Date: Sat, 2 May 2026 03:42:58 +0200
Merge pull request #38 from mtmn/release-please--branches--master--components--corpus
chore(master): release 2.11.0
Diffstat:
5 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "2.10.0"
+ ".": "2.11.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.11.0](https://github.com/mtmn/corpus/compare/v2.10.0...v2.11.0) (2026-05-02)
+
+
+### Features
+
+* **ci:** update workflows ([0cccee3](https://github.com/mtmn/corpus/commit/0cccee309076e29470f370e2268750f6c0e092df))
+
## [2.10.0](https://github.com/mtmn/corpus/compare/v2.9.1...v2.10.0) (2026-05-01)
diff --git a/flake.nix b/flake.nix
@@ -115,7 +115,7 @@
inherit ((builtins.fromJSON (builtins.readFile ./package.json))) version;
inherit src;
- npmDepsHash = "sha256-c7OXTEehvJpIRSe4aFUItaHS56EUwCFSn4pwiZh1D5k=";
+ npmDepsHash = "sha256-u5FdgYmwoWByoicl8PrXUaq+Cpq61uN5cjGEgBSsLlc=";
npmRebuildFlags = ["--ignore-scripts"];
nativeBuildInputs = with pkgs; [
diff --git a/package-lock.json b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "corpus",
- "version": "2.10.0",
+ "version": "2.11.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "corpus",
- "version": "2.10.0",
+ "version": "2.11.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.10.0",
+ "version": "2.11.0",
"description": "ListenBrainz and Last.fm frontend",
"main": "index.js",
"type": "module",