chore: fix changelog script

This commit is contained in:
SamTV12345 2025-10-31 21:20:09 +01:00
parent 9df37a8705
commit 0cf8752359

View file

@ -1,6 +1,6 @@
import {readFileSync} from "node:fs";
const changelog = readFileSync('../changelog.md')
const changelog = readFileSync('../CHANGELOG.md')
const changelogText = changelog.toString()
const changelogLines = changelogText.split('\n')