Skip to content

Commit 862e22f

Browse files
committed
chore(release): bump version to 9.14.0-beta.2 [beta]
1 parent c3165c5 commit 862e22f

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.2](///compare/9.14.0-beta.1...9.14.0-beta.2) (2025-12-14)
8+
9+
### Features
10+
11+
* **settings:** add modal settings interface with vertical tabs c3165c5
12+
713
## [9.14.0-beta.1](///compare/9.14.0-beta.0...9.14.0-beta.1) (2025-12-13)
814

915
### Bug Fixes

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.1",
4+
"version": "9.14.0-beta.2",
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.1",
3+
"version": "9.14.0-beta.2",
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
@@ -181,5 +181,6 @@
181181
"9.13.0": "0.15.2",
182182
"9.13.1": "0.15.2",
183183
"9.14.0-beta.0": "0.15.2",
184-
"9.14.0-beta.1": "0.15.2"
184+
"9.14.0-beta.1": "0.15.2",
185+
"9.14.0-beta.2": "0.15.2"
185186
}

0 commit comments

Comments
 (0)