Skip to content

Commit 95de897

Browse files
committed
add 0.10.9 changelog
1 parent 92e91a0 commit 95de897

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/utils/changelog.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ export type VersionEntry = {
1010
}
1111

1212
const VERSIONS: VersionEntry[] = [
13+
{
14+
date: `2025-10-044T09:45:00-07:00`,
15+
product: 'app',
16+
version: '0.10.9',
17+
body: `### Security fixes
18+
- Fixed a couple Modrinth Pack (\`.mrpack\`) importing security vulnerabilities.`,
19+
},
1320
{
1421
date: `2025-10-01T19:05:00-07:00`,
1522
product: 'web',

0 commit comments

Comments
 (0)