Skip to content

Commit 204d7b5

Browse files
committed
chore(release): bump version to 9.14.0-beta.0 [beta]
1 parent 7116bb1 commit 204d7b5

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

CHANGELOG-BETA.md

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

55

66

7+
## [9.14.0-beta.0](///compare/9.13.1...9.14.0-beta.0) (2025-12-11)
8+
79
## [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)
810

911
### Features

manifest-beta.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"id": "obsidian-task-progress-bar",
3-
"name": "Task Genius",
4-
"version": "9.13.1",
5-
"minAppVersion": "0.15.2",
6-
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
7-
"author": "Boninall",
8-
"authorUrl": "https://github.com/Quorafind",
9-
"isDesktopOnly": false
2+
"id": "obsidian-task-progress-bar",
3+
"name": "Task Genius",
4+
"version": "9.14.0-beta.0",
5+
"minAppVersion": "0.15.2",
6+
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
7+
"author": "Boninall",
8+
"authorUrl": "https://github.com/Quorafind",
9+
"isDesktopOnly": false
1010
}

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.13.1",
3+
"version": "9.14.0-beta.0",
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
@@ -179,5 +179,6 @@
179179
"9.12.5": "0.15.2",
180180
"9.12.6": "0.15.2",
181181
"9.13.0": "0.15.2",
182-
"9.13.1": "0.15.2"
182+
"9.13.1": "0.15.2",
183+
"9.14.0-beta.0": "0.15.2"
183184
}

0 commit comments

Comments
 (0)