changelog

This commit is contained in:
Prospector
2025-12-22 12:48:17 -08:00
parent 53ec2c5306
commit 934936eba8
2 changed files with 8 additions and 1 deletions

View File

@@ -10,6 +10,13 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2025-12-22T12:55:00-08:00`,
product: 'app',
version: '0.10.24',
body: `## Improvements
- Fixed issue with modpack export not working with certain projects.`,
},
{
date: `2025-12-19T13:45:00-08:00`,
product: 'web',