update changelog

This commit is contained in:
Prospector
2025-11-11 12:28:24 -08:00
parent cca1dd7e37
commit 5901c5a535

View File

@@ -10,12 +10,18 @@ export type VersionEntry = {
} }
const VERSIONS: VersionEntry[] = [ const VERSIONS: VersionEntry[] = [
{
date: `2025-11-11T12:50:00-07:00`,
product: 'app',
version: '0.10.19',
body: `## Improvements
- Fixed automatic dependency resolution ignoring the selected mod loader.`,
},
{ {
date: `2025-11-10T11:20:00-07:00`, date: `2025-11-10T11:20:00-07:00`,
product: 'app', product: 'app',
version: '0.10.18', version: '0.10.18',
body: `## Improvements body: `No changes.`,
- Fixed automatic dependency resolution ignoring the selected mod loader.`,
}, },
{ {
date: `2025-11-07T21:10:00-07:00`, date: `2025-11-07T21:10:00-07:00`,