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 cca1dd7 commit 5901c5aCopy full SHA for 5901c5a
packages/utils/changelog.ts
@@ -11,12 +11,18 @@ export type VersionEntry = {
11
12
const VERSIONS: VersionEntry[] = [
13
{
14
- date: `2025-11-10T11:20:00-07:00`,
+ date: `2025-11-11T12:50:00-07:00`,
15
product: 'app',
16
- version: '0.10.18',
+ version: '0.10.19',
17
body: `## Improvements
18
- Fixed automatic dependency resolution ignoring the selected mod loader.`,
19
},
20
+ {
21
+ date: `2025-11-10T11:20:00-07:00`,
22
+ product: 'app',
23
+ version: '0.10.18',
24
+ body: `No changes.`,
25
+ },
26
27
date: `2025-11-07T21:10:00-07:00`,
28
product: 'web',
0 commit comments