Files
Webify/src/lib/changelog-data.ts

9 lines
191 B
TypeScript

export const changelogData = [
{
version: "1.0.0",
date: "January 15, 2026",
changes: [
{ type: "New", text: "Initial release of the Image Web Exporter." },
],
},
];