From 671f6d264ae100331270a36bb5c1567786c4ef52 Mon Sep 17 00:00:00 2001 From: aecsocket Date: Sat, 9 May 2026 19:34:26 +0100 Subject: [PATCH] changelog (#6054) --- packages/blog/changelog.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index b290188f7..15058e06b 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,13 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-05-09T18:25:51+00:00`, + product: 'app', + version: '0.13.13', + body: `## Fixed +- Fixed issue with instances redirects causing a broken page state.`, + }, { date: `2026-05-08T09:58:39+00:00`, product: 'web',