Skip to content

Commit 364fed5

Browse files
authored
feat: changelog (#6563)
1 parent 0fe6957 commit 364fed5

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-29T23:56:37+00:00`,
15+
product: 'app',
16+
version: '0.15.4',
17+
body: `## Fixed
18+
- Fixes another issue causing the app to freeze up when going into an instance page.`,
19+
},
1320
{
1421
date: `2026-06-29T22:52:04+00:00`,
1522
product: 'app',

0 commit comments

Comments
 (0)