From 86d377b9158c72ee8efdbf1e9275ef6bf795a33c Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Mon, 11 May 2026 13:16:18 -0700 Subject: [PATCH] changelog --- packages/blog/changelog.ts | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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',