Release notes for 7.87

This commit is contained in:
ayumi-signal
2026-01-21 14:29:40 -08:00
parent 2451eaccbd
commit 35686f742e
2 changed files with 5 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [<I18n i18n={i18n} id="icu:WhatsNew__7.86--0" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__7.87--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {