From a34576a2c3a497280956f13f4ca90441f5eeba4e Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Tue, 19 May 2026 12:51:59 -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 77a9a6550..e45817dc6 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,12 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-05-19T19:51:55+00:00`, + product: 'web', + body: `## Fixed +- Fixed 404 error when changing project URL.`, + }, { date: `2026-05-19T18:50:27+00:00`, product: 'web',