Skip to content

Commit 671f6d2

Browse files
authored
changelog (#6054)
1 parent e231df1 commit 671f6d2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

packages/blog/changelog.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ export type VersionEntry = {
1010
}
1111

1212
const VERSIONS: VersionEntry[] = [
13+
{
14+
date: `2026-05-09T18:25:51+00:00`,
15+
product: 'app',
16+
version: '0.13.13',
17+
body: `## Fixed
18+
- Fixed issue with instances redirects causing a broken page state.`,
19+
},
1320
{
1421
date: `2026-05-08T09:58:39+00:00`,
1522
product: 'web',

0 commit comments

Comments
 (0)