mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 17:30:01 +02:00
feat: Update release notes page to handle missing release notes gracefully
This commit is contained in:
parent
d9ff1a48b4
commit
9cd653d4da
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export interface ReleaseNote {
|
|||
|
||||
export const releaseNotes: ReleaseNote[] = [
|
||||
{
|
||||
version: "0.0.0-a.3",
|
||||
version: "1.0.0-a.1",
|
||||
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!",
|
||||
features: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue