changelog

This commit is contained in:
Prospector
2026-01-21 14:50:48 -08:00
parent f3f48c3c6f
commit adf365d99d

View File

@@ -10,6 +10,12 @@ export type VersionEntry = {
} }
const VERSIONS: VersionEntry[] = [ const VERSIONS: VersionEntry[] = [
{
date: `2026-01-21T14:55:00-08:00`,
product: 'web',
body: `## Improvements
- Cache version changelogs so they don't need to re-fetch every time.`,
},
{ {
date: `2026-01-18T11:35:00-08:00`, date: `2026-01-18T11:35:00-08:00`,
product: 'web', product: 'web',