chore: add changelog for version 0.5.13 (#504)

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
ekko
2026-05-07 11:30:34 +08:00
committed by GitHub
parent 4bec073d22
commit c0ad8c907b
10 changed files with 97 additions and 1 deletions
+16
View File
@@ -5,6 +5,22 @@ export interface ChangelogEntry {
}
export const changelog: ChangelogEntry[] = [
{
version: '0.5.13',
date: '2026-05-07',
changes: [
'changelog.new_0_5_13_1',
'changelog.new_0_5_13_2',
'changelog.new_0_5_13_3',
'changelog.new_0_5_13_4',
'changelog.new_0_5_13_5',
'changelog.new_0_5_13_6',
'changelog.new_0_5_13_7',
'changelog.new_0_5_13_8',
'changelog.new_0_5_13_9',
'changelog.new_0_5_13_10',
],
},
{
version: '0.5.12',
date: '2026-05-06',