Skip to content

Commit d03f938

Browse files
committed
chore(release): bump version to 9.14.0-beta.1 [beta]
1 parent c9971b8 commit d03f938

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG-BETA.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to beta releases will be documented in this file.
44

55

66

7+
## [9.14.0-beta.1](///compare/9.14.0-beta.0...9.14.0-beta.1) (2025-12-13)
8+
9+
### Bug Fixes
10+
11+
* **release:** correct require path in beta-continue config c9971b8
12+
713
## [9.14.0-beta.0](///compare/9.13.1...9.14.0-beta.0) (2025-12-11)
814

915
## [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)

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-task-progress-bar",
33
"name": "Task Genius",
4-
"version": "9.14.0-beta.0",
4+
"version": "9.14.0-beta.1",
55
"minAppVersion": "0.15.2",
66
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
77
"author": "Boninall",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "task-genius",
3-
"version": "9.14.0-beta.0",
3+
"version": "9.14.0-beta.1",
44
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,5 +180,6 @@
180180
"9.12.6": "0.15.2",
181181
"9.13.0": "0.15.2",
182182
"9.13.1": "0.15.2",
183-
"9.14.0-beta.0": "0.15.2"
183+
"9.14.0-beta.0": "0.15.2",
184+
"9.14.0-beta.1": "0.15.2"
184185
}

0 commit comments

Comments
 (0)