Skip to content

Commit 45398c5

Browse files
committed
changelog
1 parent 7e769c7 commit 45398c5

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

packages/blog/changelog.ts

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

1212
const VERSIONS: VersionEntry[] = [
13+
{
14+
date: `2026-05-09T21:42:48+00:00`,
15+
product: 'app',
16+
version: '0.13.14',
17+
body: `## Fixed
18+
- Fixed hidden files showing up in the Content tab on instances.
19+
- Fixed 'Advanced rendering' option not being applied to most of the interface.`,
20+
},
21+
{
22+
date: `2026-05-09T21:42:48+00:00`,
23+
product: 'hosting',
24+
body: `## Changed
25+
- Improved stability of content install flow.
26+
27+
## Fixed
28+
- Fixed content install flow breaking if you refresh the page mid-install.`,
29+
},
1330
{
1431
date: `2026-05-09T19:06:18+00:00`,
1532
product: 'app',

0 commit comments

Comments
 (0)