docs: update 0.6.3 changelog (#1060)

* update 0.6.3 changelog

* bump package version to 0.6.3
This commit is contained in:
ekko
2026-05-27 12:21:37 +08:00
committed by GitHub
parent a43ead594e
commit 6a9cb2450a
11 changed files with 77 additions and 1 deletions
+13
View File
@@ -5,6 +5,19 @@ export interface ChangelogEntry {
}
export const changelog: ChangelogEntry[] = [
{
version: '0.6.3',
date: '2026-05-27',
changes: [
'changelog.new_0_6_3_1',
'changelog.new_0_6_3_2',
'changelog.new_0_6_3_3',
'changelog.new_0_6_3_4',
'changelog.new_0_6_3_5',
'changelog.new_0_6_3_6',
'changelog.new_0_6_3_7',
],
},
{
version: '0.6.2',
date: '2026-05-26',