docs: update releases page

This commit is contained in:
Daniel Lautzenheiser
2023-05-25 11:37:12 -04:00
parent 9149033aac
commit d0dba6dbf2
4 changed files with 152 additions and 22 deletions

View File

@ -66,7 +66,8 @@ export interface HomepageData {
export interface Release {
readonly date: string;
readonly version: string;
readonly description: string;
readonly type: 'major' | 'minor' | 'patch';
readonly description?: string;
}
export interface DocsData {