chore: add changelog for version 0.5.14 (#525)

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
ekko
2026-05-07 22:25:59 +08:00
committed by GitHub
parent 53dbe4b2b5
commit 9fbff08098
10 changed files with 52 additions and 1 deletions
+11
View File
@@ -5,6 +5,17 @@ export interface ChangelogEntry {
}
export const changelog: ChangelogEntry[] = [
{
version: '0.5.14',
date: '2026-05-07',
changes: [
'changelog.new_0_5_14_1',
'changelog.new_0_5_14_2',
'changelog.new_0_5_14_3',
'changelog.new_0_5_14_4',
'changelog.new_0_5_14_5',
],
},
{
version: '0.5.13',
date: '2026-05-07',