changelog

This commit is contained in:
Prospector
2026-08-14 10:47:25 -07:00
parent 1dba3bfee8
commit 283f38c936
+19
View File
@@ -10,6 +10,25 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2026-08-14T17:47:21+00:00`,
product: 'app',
version: '0.17.9',
body: `## Fixed
- Reverted server panel change that wasn't meant to go out yet.`,
},
{
date: `2026-08-14T17:47:21+00:00`,
product: 'hosting',
body: `## Fixed
- Reverted server panel change that wasn't meant to go out yet.`,
},
{
date: `2026-08-14T17:47:21+00:00`,
product: 'web',
body: `## Fixed
- Fixed project pages failing to load when user is not logged in.`,
},
{
date: `2026-08-14T17:04:48+00:00`,
product: 'hosting',