From b6bca2aaebc20e8ab2432a8f4e3809e799264a3f Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Mon, 4 May 2026 13:08:23 -0700 Subject: [PATCH] changelog --- packages/blog/changelog.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 128938472..8af809122 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,22 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-05-04T19:57:12+00:00`, + product: 'web', + body: `## Changed +- Users who are not members of a project or organization can no longer view settings pages. + +## Fixed +- Fixed some project pages failing to load due to invalid iframe links in their descriptions.`, + }, + { + date: `2026-05-04T19:57:12+00:00`, + product: 'app', + version: '0.13.10', + body: `## Fixed +- Fixed some project pages failing to load due to invalid iframe links in their descriptions.`, + }, { date: `2026-05-03T18:07:44+00:00`, product: 'web',