Skip to content

Commit b6bca2a

Browse files
committed
changelog
1 parent dcab665 commit b6bca2a

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

packages/blog/changelog.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ export type VersionEntry = {
1010
}
1111

1212
const VERSIONS: VersionEntry[] = [
13+
{
14+
date: `2026-05-04T19:57:12+00:00`,
15+
product: 'web',
16+
body: `## Changed
17+
- Users who are not members of a project or organization can no longer view settings pages.
18+
19+
## Fixed
20+
- Fixed some project pages failing to load due to invalid iframe links in their descriptions.`,
21+
},
22+
{
23+
date: `2026-05-04T19:57:12+00:00`,
24+
product: 'app',
25+
version: '0.13.10',
26+
body: `## Fixed
27+
- Fixed some project pages failing to load due to invalid iframe links in their descriptions.`,
28+
},
1329
{
1430
date: `2026-05-03T18:07:44+00:00`,
1531
product: 'web',

0 commit comments

Comments
 (0)