Skip to content

Commit 0cf3c1a

Browse files
committed
update changelog
1 parent 8a3171d commit 0cf3c1a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/utils/changelog.ts

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

1212
const VERSIONS: VersionEntry[] = [
13+
{
14+
date: `2025-08-15T13:15:00-07:00`,
15+
product: 'app',
16+
version: '0.10.6',
17+
body: `### Improvements
18+
- Fixed Forge versions between 1.17.1 and 1.20.3 failing to launch.
19+
- Fixed search page constantly resetting back to page 1.`,
20+
},
1321
{
1422
date: `2025-08-15T12:25:00-07:00`,
1523
product: 'web',

0 commit comments

Comments
 (0)