From de07bcff7d399823cf8e95d2a9c400c441350c9a Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Wed, 6 May 2026 15:12:46 -0700 Subject: [PATCH] changelog --- packages/blog/changelog.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 6e6282e80..5222a0b3d 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,13 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-05-06T22:11:04+00:00`, + product: 'app', + version: '0.13.11', + body: `## Fixed +- Fixed modpack export including duplicated files as overrides.`, + }, { date: `2026-05-05T01:34:18+00:00`, product: 'web',