commit 9e0f562ad3a72c524aa19ead08311214e0f942d0
parent d597f956596a4c1ff9cd752c688289d546d09339
Author: Miro Toman <44134862+mtmn@users.noreply.github.com>
Date: Sat, 18 Apr 2026 21:34:37 +0200
Merge pull request #6 from mtmn/release-please--branches--master--components--corpus
chore(master): release 1.1.1
Diffstat:
4 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+## [1.1.1](https://github.com/mtmn/corpus/compare/v1.1.0...v1.1.1) (2026-04-18)
+
+
+### Bug Fixes
+
+* add build step, leaky queries ([c32d695](https://github.com/mtmn/corpus/commit/c32d695364fa17afe8ea3374bd247ad043a9f9d8))
+* gha backoff on error ([97f3628](https://github.com/mtmn/corpus/commit/97f3628728f89ba58874d2b9e9ca9bc8efd38085))
+* sanitize log output; remove cors ([54b1223](https://github.com/mtmn/corpus/commit/54b12233a08db330ec8a99bccca135c3f51a423e))
diff --git a/flake.nix b/flake.nix
@@ -131,7 +131,7 @@
version = (builtins.fromJSON (builtins.readFile ./package.json)).version;
inherit src;
- npmDepsHash = "sha256-RoFlR1p0UlDz+DASOBD5A06PDl5Wpk02YAf5jyb2Gn0=";
+ npmDepsHash = "sha256-YBMSmcPGuQW2lv77/8vuS0zCCBybIyh3E5Ty8Ax/jVw=";
npmRebuildFlags = ["--ignore-scripts"];
nativeBuildInputs = with pkgs; [
diff --git a/package-lock.json b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "corpus",
- "version": "1.1.0",
+ "version": "1.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "corpus",
- "version": "1.1.0",
+ "version": "1.1.1",
"dependencies": {
"@aws-sdk/client-s3": "^3.1029.0",
"@opentelemetry/api": "^1.9.1",
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
"name": "corpus",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "ListenBrainz and Last.fm frontend",
"main": "index.js",
"type": "module",