From 2070428080571fd125ca575d23d5da6fe08efecc Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Fri, 14 Aug 2026 19:19:44 -0700 Subject: [PATCH] changelog --- packages/blog/changelog.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index ccf0423636..4f84892f2a 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,12 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-08-15T02:19:39+00:00`, + product: 'web', + body: `## Fixed +- Fixed error page not working`, + }, { date: `2026-08-14T18:44:06+00:00`, product: 'app',