chore(release): bump version to 9.9.9

This commit is contained in:
Quorafind 2025-11-12 22:39:02 +08:00
parent 586e8613db
commit 84ad84e7ee
5 changed files with 11 additions and 4 deletions

View file

@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
## [9.9.9](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.8...9.9.9) (2025-11-12)
### Features
* **mcp:** add server logging system with modal viewer ([586e861](https://github.com/Quorafind/Obsidian-Task-Genius/commit/586e861))
## [9.9.8](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.7...9.9.8) (2025-11-11)
### Features

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-task-progress-bar",
"name": "Task Genius",
"version": "9.9.8",
"version": "9.9.9",
"minAppVersion": "0.15.2",
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
"author": "Boninall",

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-task-progress-bar",
"name": "Task Genius",
"version": "9.9.8",
"version": "9.9.9",
"minAppVersion": "0.15.2",
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
"author": "Boninall",

View file

@ -1,6 +1,6 @@
{
"name": "task-genius",
"version": "9.9.8",
"version": "9.9.9",
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
"main": "main.js",
"scripts": {

View file

@ -164,5 +164,6 @@
"9.9.5": "0.15.2",
"9.9.6": "0.15.2",
"9.9.7": "0.15.2",
"9.9.8": "0.15.2"
"9.9.8": "0.15.2",
"9.9.9": "0.15.2"
}