mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 17:30:01 +02:00
refactor: Reverse the order of release notes in releaseNotes array
This commit is contained in:
parent
fe8266bf5d
commit
8f04f49687
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ export const releaseNotes: ReleaseNote[] = [
|
|||
"Removed support window's stub installer, it's under development.",
|
||||
]
|
||||
},
|
||||
];
|
||||
].reverse();
|
||||
|
||||
export function releaseNoteIsAlpha(note: ReleaseNote) {
|
||||
return note.version.includes("-a.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue