Skip to content

Commit 86d377b

Browse files
committed
changelog
1 parent ad99ac0 commit 86d377b

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

packages/blog/changelog.ts

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,32 @@ export type VersionEntry = {
1010
}
1111

1212
const VERSIONS: VersionEntry[] = [
13+
{
14+
date: `2026-05-11T20:16:06+00:00`,
15+
product: 'app',
16+
version: '0.13.15',
17+
body: `## Changed
18+
- Updated translations.
19+
20+
## Fixed
21+
- Fixed app launch speed being dramatically slowed by having lots of instances.`,
22+
},
23+
{
24+
date: `2026-05-11T20:16:06+00:00`,
25+
product: 'web',
26+
body: `## Changed
27+
- Updated translations.
28+
29+
## Fixed
30+
- Fixed NeoForge version inferring on Minecraft versions 26.1 and newer.
31+
- Improved how NeoForge Minecraft versions are inferred to support more cases.`,
32+
},
33+
{
34+
date: `2026-05-11T20:16:06+00:00`,
35+
product: 'hosting',
36+
body: `## Changed
37+
- Updated translations.`,
38+
},
1339
{
1440
date: `2026-05-09T21:42:48+00:00`,
1541
product: 'app',

0 commit comments

Comments
 (0)