From a6967cf9cb4562509759f3dc3c8aed73fab9fcc4 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Sun, 24 May 2026 09:26:36 -0700 Subject: [PATCH] changelog --- packages/blog/changelog.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 6b9839da3..eb0c7d360 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,19 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-05-24T16:26:23+00:00`, + product: 'app', + version: '0.13.23', + body: `## Fixed +- Fixed the discover page not working when the spanish language is selected.`, + }, + { + date: `2026-05-24T16:26:23+00:00`, + product: 'web', + body: `## Fixed +- Fixed the discover page not working when the spanish language is selected.`, + }, { date: `2026-05-24T05:00:37+00:00`, product: 'app',