From c93406cbe7a957449e0a462acf0c4fcf9e04779c Mon Sep 17 00:00:00 2001 From: Quorafind Date: Wed, 17 Sep 2025 22:52:52 +0800 Subject: [PATCH] chore(release): bump version to 9.8.13 --- CHANGELOG.md | 7 +++++++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c4bb6f..a8fb9d40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. +## [9.8.13](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.12...9.8.13) (2025-09-17) + +### Bug Fixes + +* **write:** preserve unknown dataview fields when updating task metadata ([01613e5](https://github.com/Quorafind/Obsidian-Task-Genius/commit/01613e5)) +* **write:** preserve wiki links and inline code when updating task metadata ([a787cee](https://github.com/Quorafind/Obsidian-Task-Genius/commit/a787cee)) + ## [9.8.12](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.11...9.8.12) (2025-09-16) ### Bug Fixes diff --git a/manifest-beta.json b/manifest-beta.json index b5fe09d6..605991b4 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.8.12", + "version": "9.8.13", "minAppVersion": "0.15.2", "description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.", "author": "Boninall", diff --git a/manifest.json b/manifest.json index 090ac5d5..05637ef0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.8.12", + "version": "9.8.13", "minAppVersion": "0.15.2", "description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.", "author": "Boninall", diff --git a/package.json b/package.json index 1cd71298..c12b6d8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-genius", - "version": "9.8.12", + "version": "9.8.13", "description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index bdbddc56..37aa431a 100644 --- a/versions.json +++ b/versions.json @@ -146,5 +146,6 @@ "9.8.9": "0.15.2", "9.8.10": "0.15.2", "9.8.11": "0.15.2", - "9.8.12": "0.15.2" + "9.8.12": "0.15.2", + "9.8.13": "0.15.2" } \ No newline at end of file