From bc66998650c51cc353db9132a4b6962a601820e1 Mon Sep 17 00:00:00 2001 From: ekko <152005280+EKKOLearnAI@users.noreply.github.com> Date: Sun, 26 Apr 2026 12:06:36 +0800 Subject: [PATCH] chore: remove old changelog entries (v0.4.1, v0.4.2, v0.4.3) (#233) Co-authored-by: Claude Opus 4.6 --- packages/client/src/data/changelog.ts | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/packages/client/src/data/changelog.ts b/packages/client/src/data/changelog.ts index 6bf6b7f..81ea13b 100644 --- a/packages/client/src/data/changelog.ts +++ b/packages/client/src/data/changelog.ts @@ -15,19 +15,4 @@ export const changelog: ChangelogEntry[] = [ date: '2026-04-24', changes: ['changelog.new_0_4_5_1', 'changelog.new_0_4_5_2', 'changelog.new_0_4_5_3', 'changelog.new_0_4_5_4', 'changelog.new_0_4_5_5', 'changelog.new_0_4_5_6', 'changelog.new_0_4_5_7', 'changelog.new_0_4_5_8'], }, - { - version: '0.4.2', - date: '2026-04-22', - changes: ['changelog.new_0_4_3_1', 'changelog.new_0_4_3_2', 'changelog.new_0_4_3_3', 'changelog.new_0_4_3_4'], - }, - { - version: '0.4.2', - date: '2026-04-22', - changes: ['changelog.new_0_4_2_1', 'changelog.new_0_4_2_2', 'changelog.new_0_4_2_3', 'changelog.new_0_4_2_4', 'changelog.new_0_4_2_5'], - }, - { - version: '0.4.1', - date: '2026-04-21', - changes: ['changelog.new_0_4_1_1'], - }, ]