Skip to content

Commit

Permalink
edit version.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-schoener committed Sep 1, 2023
1 parent db41371 commit 6cbf9bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 6cbf9bb

Please sign in to comment.