commit 029bb36472c6548b13ab3917224bd336f554d7fa
parent 99e802804943177b0110926601096350e82903a3
Author: Miro Toman <44134862+mtmn@users.noreply.github.com>
Date: Sat, 18 Apr 2026 23:45:48 +0200
Merge pull request #9 from mtmn/release-please--branches--master--components--corpus
chore(master): release 1.3.1
Diffstat:
4 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.3.1](https://github.com/mtmn/corpus/compare/v1.3.0...v1.3.1) (2026-04-18)
+
+
+### Bug Fixes
+
+* initialSync halts syncing, broken range query ([720e234](https://github.com/mtmn/corpus/commit/720e2341ba1bd1b8482be75d9246544f12d98e3f))
+
## [1.3.0](https://github.com/mtmn/corpus/compare/v1.2.0...v1.3.0) (2026-04-18)
diff --git a/flake.nix b/flake.nix
@@ -131,7 +131,7 @@
version = (builtins.fromJSON (builtins.readFile ./package.json)).version;
inherit src;
- npmDepsHash = "sha256-atG7x+YdT4jU9+jfLLbm6g2nnkG5hNEFbY7iWVAqBhM=";
+ npmDepsHash = "sha256-ExVAfGw3/9EroXZxTEo03Bvdj2Aw0isc5ul1C/AaTgQ=";
npmRebuildFlags = ["--ignore-scripts"];
nativeBuildInputs = with pkgs; [
diff --git a/package-lock.json b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "corpus",
- "version": "1.3.0",
+ "version": "1.3.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "corpus",
- "version": "1.3.0",
+ "version": "1.3.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.3.0",
+ "version": "1.3.1",
"description": "ListenBrainz and Last.fm frontend",
"main": "index.js",
"type": "module",