We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3171d commit 0cf3c1aCopy full SHA for 0cf3c1a
packages/utils/changelog.ts
@@ -10,6 +10,14 @@ export type VersionEntry = {
10
}
11
12
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
+ },
21
{
22
date: `2025-08-15T12:25:00-07:00`,
23
product: 'web',
0 commit comments