chore(release): bump version to 9.8.1

This commit is contained in:
Quorafind 2025-09-05 09:28:17 +08:00
parent f4c0ebcde1
commit f71252bde3
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.8.1](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.0...9.8.1) (2025-09-05)
### Bug Fixes
* **quick-capture:** prevent window height expansion during text input ([f4c0ebc](https://github.com/Quorafind/Obsidian-Task-Genius/commit/f4c0ebc))
## [9.8.0](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.7.6...9.8.0) (2025-09-04)
### Breaking Changes

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-task-progress-bar",
"name": "Task Genius",
"version": "9.8.0",
"version": "9.8.1",
"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.8.0",
"version": "9.8.1",
"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.8.0",
"version": "9.8.1",
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
"main": "main.js",
"scripts": {

View file

@ -134,5 +134,6 @@
"9.8.0-beta.13": "0.15.2",
"9.8.0-beta.14": "0.15.2",
"9.8.0-beta.15": "0.15.2",
"9.8.0": "0.15.2"
"9.8.0": "0.15.2",
"9.8.1": "0.15.2"
}