chore: Bump to 2.2.1

This commit is contained in:
senshinya
2025-08-14 23:40:27 +08:00
parent a9c5b9408d
commit d4750aefca
4 changed files with 21 additions and 2 deletions
+13
View File
@@ -10,6 +10,19 @@ export interface ChangelogEntry {
}
export const changelog: ChangelogEntry[] = [
{
version: "2.2.1",
date: "2025-08-14",
added: [
// 无新增内容
],
changed: [
// 无变更内容
],
fixed: [
"修复了筛选 panel 打开时滚动页面 panel 不跟随的问题"
]
},
{
version: "2.2.0",
date: "2025-08-14",