feat: Update release notes page to handle missing release notes gracefully

This commit is contained in:
mauro 🤙 2024-07-12 13:31:44 +00:00
parent d9ff1a48b4
commit 9cd653d4da

View file

@ -15,7 +15,7 @@ export interface ReleaseNote {
export const releaseNotes: ReleaseNote[] = [ export const releaseNotes: ReleaseNote[] = [
{ {
version: "0.0.0-a.3", version: "1.0.0-a.1",
date: "11/07/2024", date: "11/07/2024",
extra: "This release will be the first release considered as stable. It's still in alpha, but it's the first release that we consider to be stable enough for daily use. You can start using it as your main browser right now if you are reading this!", extra: "This release will be the first release considered as stable. It's still in alpha, but it's the first release that we consider to be stable enough for daily use. You can start using it as your main browser right now if you are reading this!",
features: [ features: [