From d0d3aaf09bffb2a4b2828253ef70b5d26f533de9 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Sat, 4 Apr 2026 08:48:57 -0700 Subject: [PATCH] changelog --- packages/blog/changelog.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 4f53af3e0..249d8d08b 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,16 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-04-04T15:48:39+00:00`, + product: 'web', + body: `## Fixed +- Fixed a missing gap between the project filter tabs and the project list. +- Fixed collections not being sorted by date updated on the user page. + +## Security +- Fixed a security issue.`, + }, { date: `2026-04-03T16:45:00-07:00`, product: 'app',