We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e231df1 commit 671f6d2Copy full SHA for 671f6d2
1 file changed
packages/blog/changelog.ts
@@ -10,6 +10,13 @@ export type VersionEntry = {
10
}
11
12
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
+ },
20
{
21
date: `2026-05-08T09:58:39+00:00`,
22
product: 'web',
0 commit comments