From 7738a71ab88199d8247de7b5c70c203443fd33c1 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:20 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A9=EF=B8=8F=20logoV2Utils.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/logoV2Utils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/logoV2Utils.ts b/src/utils/logoV2Utils.ts index f7f9720..aefeb1b 100644 --- a/src/utils/logoV2Utils.ts +++ b/src/utils/logoV2Utils.ts @@ -348,3 +348,4 @@ export function getRecentReleaseNotesSync(maxItems: number): string[] { // Return raw notes without filtering or premature truncation return allNotes.slice(0, maxItems) } +