releaseNotes.ts
1 // Release notes for each version 2 // Don't add more than 3 for any version, since these show up in the UI upon launch. 3 export const RELEASE_NOTES: Record<string, string[]> = { 4 '0.1.178': [ 5 "New release notes now show you what's changed since you last launched", 6 ], 7 }