From 40a06921eaf6daa81f99c7c829080932fc73b533 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:00:46 -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 d9d9b7bfd..4cb700dc0 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,12 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-06-03T14:00:39+00:00`, + product: 'web', + body: `## Fixed +- Fixed organization settings not loading.`, + }, { date: `2026-06-02T16:37:52+00:00`, product: 'app',