commit d8127dcea6f2301c8200edcda4b14e213e806ded
parent 6c03e49dfaebd004ea832be7f65709e847a37251
Author: Miro Toman <44134862+mtmn@users.noreply.github.com>
Date: Sat, 25 Apr 2026 18:08:00 +0200
Merge pull request #27 from mtmn/release-please--branches--master--components--corpus
chore(master): release 2.8.2
Diffstat:
4 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.8.2](https://github.com/mtmn/corpus/compare/v2.8.1...v2.8.2) (2026-04-25)
+
+
+### Bug Fixes
+
+* add user management recipes, exit properly ([fbed715](https://github.com/mtmn/corpus/commit/fbed7152571303bae3dcfa2316a23abf9ba89049))
+
## [2.8.1](https://github.com/mtmn/corpus/compare/v2.8.0...v2.8.1) (2026-04-25)
diff --git a/flake.nix b/flake.nix
@@ -131,7 +131,7 @@
inherit ((builtins.fromJSON (builtins.readFile ./package.json))) version;
inherit src;
- npmDepsHash = "sha256-VgVeU4kdidCKZFE46xkZr1rybzkoYKHQAQAuGvr0b1M=";
+ npmDepsHash = "sha256-0HhM77cGFy0dOa+5l8MbqjmxbcGwLglXcGmexYIv940=";
npmRebuildFlags = ["--ignore-scripts"];
nativeBuildInputs = with pkgs; [
diff --git a/package-lock.json b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "corpus",
- "version": "2.8.1",
+ "version": "2.8.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "corpus",
- "version": "2.8.1",
+ "version": "2.8.2",
"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.8.1",
+ "version": "2.8.2",
"description": "ListenBrainz and Last.fm frontend",
"main": "index.js",
"type": "module",