Add changelog + update dependencies

This commit is contained in:
2026-01-01 01:55:57 -07:00
parent 376078d7f4
commit 848511769e
7 changed files with 82 additions and 27 deletions

View File

@@ -8,4 +8,5 @@ export interface GameVersion {
sha512sum: string
size: number
place: number
changelog: string
}