From dc4816ae1c4a2f2033dc2d2f3065adb110cdc714 Mon Sep 17 00:00:00 2001 From: Quorafind Date: Wed, 24 Sep 2025 14:06:08 +0800 Subject: [PATCH] chore(release): bump version to 9.9.0-beta.3 [beta] --- CHANGELOG-BETA.md | 6 ++++++ manifest-beta.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG-BETA.md b/CHANGELOG-BETA.md index 929e786d..fb24c838 100644 --- a/CHANGELOG-BETA.md +++ b/CHANGELOG-BETA.md @@ -4,6 +4,12 @@ All notable changes to beta releases will be documented in this file. +## [9.9.0-beta.3](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.0-beta.2...9.9.0-beta.3) (2025-09-24) + +### Bug Fixes + +* **ui:** correct translation interpolation and button alignment ([ec09f34](https://github.com/Quorafind/Obsidian-Task-Genius/commit/ec09f34771ad169b56b7006ca95558306d17a16c)) + ## [9.9.0-beta.2](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.0-beta.1...9.9.0-beta.2) (2025-09-24) ### Refactors diff --git a/manifest-beta.json b/manifest-beta.json index 988e2300..8c00664c 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.9.0-beta.2", + "version": "9.9.0-beta.3", "minAppVersion": "0.15.2", "description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.", "author": "Boninall", diff --git a/package.json b/package.json index ff8933cc..f4d6c97a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-genius", - "version": "9.9.0-beta.2", + "version": "9.9.0-beta.3", "description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 888155df..b923acea 100644 --- a/versions.json +++ b/versions.json @@ -151,5 +151,6 @@ "9.8.14": "0.15.2", "9.9.0-beta.0": "0.15.2", "9.9.0-beta.1": "0.15.2", - "9.9.0-beta.2": "0.15.2" + "9.9.0-beta.2": "0.15.2", + "9.9.0-beta.3": "0.15.2" } \ No newline at end of file