From 5299d204ddfa92024d5f0f636c4690d798ef2f41 Mon Sep 17 00:00:00 2001 From: Constantin Rusu Date: Thu, 8 May 2025 01:16:59 +0100 Subject: [PATCH] bump version --- src/version.ts | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/version.ts b/src/version.ts index 03a5fa2..9692479 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,8 +1,15 @@ export const VERSION = { - current: '0.5.0', - releaseDate: '2025-03-16', + current: '0.6.0', + releaseDate: '2025-03-20', changelog: { - '0.5.0 ': [ + '0.6.0': [ + 'Added Romanian translation for real world examples content', + 'Improved real world examples UI with i18n support', + 'Added clickable button for strategem details', + 'Enhanced layout and removed unnecessary text', + 'Improved language switcher functionality' + ], + '0.5.0': [ 'Improved NewsAnimation with realistic article snippets and sources', 'Fixed text clarity issues in IntroDialog component', 'Fixed variable redeclaration in RecruitAcademiaAnimation',