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 92e91a0 commit 95de897Copy full SHA for 95de897
packages/utils/changelog.ts
@@ -10,6 +10,13 @@ export type VersionEntry = {
10
}
11
12
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
+ },
20
{
21
date: `2025-10-01T19:05:00-07:00`,
22
product: 'web',
0 commit comments