From 6c491e87ec7e84d759464bc6549802420a4b069c Mon Sep 17 00:00:00 2001 From: Jamie Kyle Date: Wed, 7 Jan 2026 15:09:29 -0800 Subject: [PATCH] Update release notes --- ts/components/WhatsNewModal.dom.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/components/WhatsNewModal.dom.tsx b/ts/components/WhatsNewModal.dom.tsx index 1640dcd7e6..2d8dbe2b4d 100644 --- a/ts/components/WhatsNewModal.dom.tsx +++ b/ts/components/WhatsNewModal.dom.tsx @@ -43,7 +43,7 @@ export function WhatsNewModal({ const releaseNotes: ReleaseNotesType = { date: new Date(window.getBuildCreation?.() || Date.now()), version: window.getVersion?.(), - features: [], + features: [], }; if (releaseNotes.features.length === 1 && !releaseNotes.header) {