From 9759449c6bcdcab0e2a8442b800da3d931103397 Mon Sep 17 00:00:00 2001 From: rodrigopavezi Date: Wed, 29 Jul 2026 13:18:28 -0300 Subject: [PATCH] chore: bump version to 0.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Covers the three changes just merged: the SSR 500 fix on /request/ (#116), per-chain query resilience so one dead subgraph stops zeroing all payment data (#117), and server-rendering the request page (#118). A minor bump rather than a patch, since #118 changes how that route renders and #117 changes the query layer's failure behaviour. package-lock.json is regenerated. The diff is only the two version fields — no dependency was upgraded as a side effect. The version badge in the footer reads this value from package.json, so it picks the change up with no code change. --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 089e769..1089f50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "request-scan", - "version": "0.3.4", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "request-scan", - "version": "0.3.4", + "version": "0.4.0", "dependencies": { "@next/third-parties": "^15.0.3", "@radix-ui/react-avatar": "^1.1.0", diff --git a/package.json b/package.json index 9f4e814..1e688a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "request-scan", - "version": "0.3.4", + "version": "0.4.0", "private": true, "scripts": { "dev": "next dev",