Skip to content

Commit 32e711a

Browse files
authored
fix whats new
1 parent 681f18f commit 32e711a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/whats-new.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function checkStatus(response) {
1515

1616
function getLatestEntry(doc) {
1717
const regex =
18-
/^#{2} (?:v(\d{1,2}(?:\.\d{1,2})?(?:\.\d{1,2})?)|(?:\[v?(.+)]))/gm;
18+
/^## Release /gm;
1919
const latest = regex.exec(doc);
2020
const previous = regex.exec(doc);
2121

0 commit comments

Comments
 (0)