From d03f938aa64f843d6fa5ee58533c26183b9bf647 Mon Sep 17 00:00:00 2001 From: Quorafind Date: Sat, 13 Dec 2025 08:31:47 +0800 Subject: [PATCH] chore(release): bump version to 9.14.0-beta.1 [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 b3fa5442..7a06eb7e 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.14.0-beta.1](///compare/9.14.0-beta.0...9.14.0-beta.1) (2025-12-13) + +### Bug Fixes + +* **release:** correct require path in beta-continue config c9971b8 + ## [9.14.0-beta.0](///compare/9.13.1...9.14.0-beta.0) (2025-12-11) ## [9.9.0-beta.6](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.0-beta.5...9.9.0-beta.6) (2025-09-27) diff --git a/manifest-beta.json b/manifest-beta.json index 402ed2d8..0d565025 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.14.0-beta.0", + "version": "9.14.0-beta.1", "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 bc0d8aff..89f39ca0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-genius", - "version": "9.14.0-beta.0", + "version": "9.14.0-beta.1", "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 6682a1b0..91dbef46 100644 --- a/versions.json +++ b/versions.json @@ -180,5 +180,6 @@ "9.12.6": "0.15.2", "9.13.0": "0.15.2", "9.13.1": "0.15.2", - "9.14.0-beta.0": "0.15.2" + "9.14.0-beta.0": "0.15.2", + "9.14.0-beta.1": "0.15.2" } \ No newline at end of file