Skip to content

Commit c93406c

Browse files
committed
chore(release): bump version to 9.8.13
1 parent 01613e5 commit c93406c

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG.md

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

55

6+
## [9.8.13](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.12...9.8.13) (2025-09-17)
7+
8+
### Bug Fixes
9+
10+
* **write:** preserve unknown dataview fields when updating task metadata ([01613e5](https://github.com/Quorafind/Obsidian-Task-Genius/commit/01613e5))
11+
* **write:** preserve wiki links and inline code when updating task metadata ([a787cee](https://github.com/Quorafind/Obsidian-Task-Genius/commit/a787cee))
12+
613
## [9.8.12](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.11...9.8.12) (2025-09-16)
714

815
### 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.8.12",
4+
"version": "9.8.13",
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.8.12",
4+
"version": "9.8.13",
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.8.12",
3+
"version": "9.8.13",
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
@@ -146,5 +146,6 @@
146146
"9.8.9": "0.15.2",
147147
"9.8.10": "0.15.2",
148148
"9.8.11": "0.15.2",
149-
"9.8.12": "0.15.2"
149+
"9.8.12": "0.15.2",
150+
"9.8.13": "0.15.2"
150151
}

0 commit comments

Comments
 (0)