forgot to build

This commit is contained in:
2025-10-30 22:56:11 +00:00
parent 9ca320907e
commit e3484644d1
4 changed files with 101 additions and 12 deletions

2
dist/types.d.ts vendored
View File

@@ -1,6 +1,6 @@
export type versionNotes = {
title: string;
date: Date;
date: Date | string;
link: string;
html: string;
};