diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 6cdfc5f6a..87ccb2c0a 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,32 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-05-11T20:16:06+00:00`, + product: 'app', + version: '0.13.15', + body: `## Changed +- Updated translations. + +## Fixed +- Fixed app launch speed being dramatically slowed by having lots of instances.`, + }, + { + date: `2026-05-11T20:16:06+00:00`, + product: 'web', + body: `## Changed +- Updated translations. + +## Fixed +- Fixed NeoForge version inferring on Minecraft versions 26.1 and newer. +- Improved how NeoForge Minecraft versions are inferred to support more cases.`, + }, + { + date: `2026-05-11T20:16:06+00:00`, + product: 'hosting', + body: `## Changed +- Updated translations.`, + }, { date: `2026-05-09T21:42:48+00:00`, product: 'app',