diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index b290188f73..15058e06b7 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',