From 11a75e7657d15c7560bb2684dc06e4de4352e1f8 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Mon, 22 Dec 2025 14:15:25 -0800 Subject: [PATCH] changelog --- packages/utils/changelog.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index aec40a1b..99223b6f 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,12 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-12-22T14:20:00-08:00`, + product: 'web', + body: `## Improvements +- Fixed error when withdrawing in certain circumstances.`, + }, { date: `2025-12-22T12:55:00-08:00`, product: 'app',