Update WhatsNew

This commit is contained in:
Jamie Kyle 2023-11-08 15:39:44 -08:00
parent c5e1270208
commit d34a8f3b64
2 changed files with 10 additions and 4 deletions

View file

@ -29,7 +29,10 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [<Intl i18n={i18n} id="icu:WhatsNew__v6.38--0" />],
features: [
<Intl i18n={i18n} id="icu:WhatsNew__v6.39--0" />,
<Intl i18n={i18n} id="icu:WhatsNew__v6.39--1" />,
],
};
if (releaseNotes.features.length === 1) {