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) } +