We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5875e43 commit 692bbabCopy full SHA for 692bbab
1 file changed
packages/blog/changelog.ts
@@ -10,6 +10,13 @@ export type VersionEntry = {
10
}
11
12
const VERSIONS: VersionEntry[] = [
13
+ {
14
+ date: `2026-05-06T22:11:04+00:00`,
15
+ product: 'app',
16
+ version: '0.13.11',
17
+ body: `## Fixed
18
+- Fixed modpack export including duplicated files as overrides.`,
19
+ },
20
{
21
date: `2026-05-05T01:34:18+00:00`,
22
product: 'web',
0 commit comments