chore(release): 0.20.1
This commit is contained in:
parent
804b5c7845
commit
381794d9ae
2 changed files with 9 additions and 1 deletions
|
|
@ -14,6 +14,14 @@ export interface ReleaseEntry {
|
|||
}
|
||||
|
||||
export const RELEASE_NOTES: ReleaseEntry[] = [
|
||||
{
|
||||
version: "0.20.1",
|
||||
date: "2026-07-01",
|
||||
summary: "A refreshed sign-in / landing page.",
|
||||
chores: [
|
||||
"Rewrote the landing-page copy and replaced its preview screenshots with richer, real examples. No change to the app itself.",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.20.0",
|
||||
date: "2026-07-01",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue