From cf2e2b175bf53899809da91ab1083c7569742938 Mon Sep 17 00:00:00 2001 From: Fedor Indutnyy Date: Wed, 15 Feb 2023 14:23:19 -0800 Subject: [PATCH] Release notes for v6.7.0-beta.1 --- ts/components/WhatsNewModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 1c465ded7564..90f04e683cd2 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -31,7 +31,7 @@ const releaseNotes: ReleaseNotesType = { version: window.getVersion?.(), features: [ { - key: 'icu:WhatsNew__v6.6--0', + key: 'WhatsNew__bugfixes--5', components: undefined, }, ],