From 45398c546c4d842c86090cb15d80b51ed5ddd00a Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Sat, 9 May 2026 14:43:00 -0700 Subject: [PATCH] changelog --- packages/blog/changelog.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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',