diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 0a6376c56..6cdfc5f6a 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,23 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-05-09T21:42:48+00:00`, + product: 'app', + version: '0.13.14', + body: `## Fixed +- Fixed hidden files showing up in the Content tab on instances. +- Fixed 'Advanced rendering' option not being applied to most of the interface.`, + }, + { + date: `2026-05-09T21:42:48+00:00`, + product: 'hosting', + body: `## Changed +- Improved stability of content install flow. + +## Fixed +- Fixed content install flow breaking if you refresh the page mid-install.`, + }, { date: `2026-05-09T19:06:18+00:00`, product: 'app',