From 22463216441b15c2c7ecabba9e6b9c0a14d0a237 Mon Sep 17 00:00:00 2001 From: nitro <143457057+n7itro@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:57:40 +0200 Subject: [PATCH 1/2] changed version from 25 to 26 --- src/lib/release-notes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/release-notes.ts b/src/lib/release-notes.ts index 33a0998..9a80310 100644 --- a/src/lib/release-notes.ts +++ b/src/lib/release-notes.ts @@ -550,7 +550,7 @@ export const releaseNotes: ReleaseNote[] = [ ] }, { - version: "1.0.0-a.25", + version: "1.0.0-a.26", date: "20/08/2024", extra: "This release is the twenty-fifth alpha release of the 1.0.0-alpha series.\n\nThis is a short release that addresses some important bugs.", features: [ From 686e250b969b601ff921a5c48624f51f66c32032 Mon Sep 17 00:00:00 2001 From: nitro <143457057+n7itro@users.noreply.github.com> Date: Wed, 21 Aug 2024 23:12:48 +0200 Subject: [PATCH 2/2] Update release-notes.ts --- src/lib/release-notes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/release-notes.ts b/src/lib/release-notes.ts index 9a80310..ed9f36b 100644 --- a/src/lib/release-notes.ts +++ b/src/lib/release-notes.ts @@ -552,7 +552,7 @@ export const releaseNotes: ReleaseNote[] = [ { version: "1.0.0-a.26", date: "20/08/2024", - extra: "This release is the twenty-fifth alpha release of the 1.0.0-alpha series.\n\nThis is a short release that addresses some important bugs.", + extra: "This release is the twenty-sixth alpha release of the 1.0.0-alpha series.\n\nThis is a short release that addresses some important bugs.", features: [ "Updated to the latest stable version of Firefox (129.0.2)", "Updated CSS to improve compact mode and vertical tabs styling",