Skip to content

Commit 3730542

Browse files
committed
fix(routes): edit versions
1 parent 1342e11 commit 3730542

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/src/version.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ interface Change {
99
}
1010

1111
export const CHANGES: Change[] = [
12+
{
13+
name: '0.9.1',
14+
changes: [{ description: 'Prevent Emoji Picker from loosing focus on state change', type: 'fix' }],
15+
},
1216
{
1317
name: '0.9.0',
1418
changes: [

0 commit comments

Comments
 (0)