diff --git a/src/components/Modals/Update/index.tsx b/src/components/Modals/Update/index.tsx index ea1acd15..be25f4dd 100644 --- a/src/components/Modals/Update/index.tsx +++ b/src/components/Modals/Update/index.tsx @@ -20,7 +20,7 @@ async function fetchLatestReleaseInfo(): Promise<{ ? { version: tag_name.replace("v", ""), changelog: await getMarkdownHTML( - body.match(/## What's Changed([\s\S]*?)\r\n\r/)[1], + body.match(/## What's Changed\n([\s\S]*?)\n\n##/)[1], "spicetify", "spicetify-marketplace", ),