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 1dcb38c commit 127e01cCopy full SHA for 127e01c
packages/utils/changelog.ts
@@ -10,6 +10,13 @@ export type VersionEntry = {
10
}
11
12
const VERSIONS: VersionEntry[] = [
13
+ {
14
+ date: `2025-11-10T11:20:00-07:00`,
15
+ product: 'app',
16
+ version: '0.10.18',
17
+ body: `## Improvements
18
+- Fixed automatic dependency resolution ignoring the selected mod loader.`,
19
+ },
20
{
21
date: `2025-11-07T21:10:00-07:00`,
22
product: 'web',
0 commit comments