Skip to content

Commit 4a075ae

Browse files
committed
chore(release): bump version to 9.10.1
1 parent 88787d5 commit 4a075ae

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

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

55

6+
## [9.10.1](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.10.0...9.10.1) (2025-11-13)
7+
8+
### Bug Fixes
9+
10+
* **quick-capture:** prevent duplicate tags when typing multi-level tags ([88787d5](https://github.com/Quorafind/Obsidian-Task-Genius/commit/88787d5))
11+
612
## [9.10.0](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.9...9.10.0) (2025-11-13)
713

814
### Features

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.10.0",
4+
"version": "9.10.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",

manifest.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.10.0",
4+
"version": "9.10.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.10.0",
3+
"version": "9.10.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
@@ -166,5 +166,6 @@
166166
"9.9.7": "0.15.2",
167167
"9.9.8": "0.15.2",
168168
"9.9.9": "0.15.2",
169-
"9.10.0": "0.15.2"
169+
"9.10.0": "0.15.2",
170+
"9.10.1": "0.15.2"
170171
}

0 commit comments

Comments
 (0)