diff --git a/frontend/src/version.ts b/frontend/src/version.ts index 6a3a54a..af5b06c 100644 --- a/frontend/src/version.ts +++ b/frontend/src/version.ts @@ -9,6 +9,10 @@ interface Change { } export const CHANGES: Change[] = [ + { + name: '0.13.0', + changes: [{ description: 'Configurable max file upload size (default: 5MB)', type: 'feature' }], + }, { name: '0.12.0', changes: [