Skip to content

Commit 692f22b

Browse files
authored
feat: changelog 0.15.3 (#6560)
feat: changlog 0.15.3
1 parent ed77920 commit 692f22b

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-06-29T22:52:04+00:00`,
15+
product: 'app',
16+
version: '0.15.3',
17+
body: `## Fixed
18+
- Fixed hanging on larger legacy instances when visiting the Instance page.`,
19+
},
1320
{
1421
date: `2026-06-29T20:44:35+00:00`,
1522
product: 'web',

0 commit comments

Comments
 (0)