From 756349bfc096c655d19b549015e954582f5e29ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alois=20Se=C4=8Dk=C3=A1r?= Date: Fri, 19 Jul 2024 19:29:25 +0200 Subject: [PATCH] feat: verson 1.2.1 wrap-up --- CHANGELOG.md | 6 ++++++ app.config.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ebfd4..5e586e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ This file keeps track of changes, updates and fixes in "WBSC Scoring" project. +## Version 1.2.1 (2024-07-19) +- Bugfixes: + - SEO Meta tags not rendered correctly (#247) + - Hydration mismatches in translations (#248) + - Dynamic translations of base/spec actions (#249) + ## Version 1.2.0 (2024-07-18) - Features: - "No DP" option for runners (#180) diff --git a/app.config.ts b/app.config.ts index e35e27f..d167d9d 100644 --- a/app.config.ts +++ b/app.config.ts @@ -1,4 +1,4 @@ export default defineAppConfig({ publicVersion: '1.2', - fullVersion: '1.2.0', + fullVersion: '1.2.1', })