chore(release): bump version to 9.12.6

This commit is contained in:
Quorafind 2025-12-07 09:36:17 +08:00
parent bb79032aa9
commit 14ca05a9da
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.12.6](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.12.5...9.12.6) (2025-12-07)
### Features
* **quick-capture:** auto-fill metadata from active filter state ([bb79032](https://github.com/Quorafind/Obsidian-Task-Genius/commit/bb79032))
## [9.12.5](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.12.4...9.12.5) (2025-12-04)
### Bug Fixes

View file

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

View file

@ -176,5 +176,6 @@
"9.12.2": "0.15.2",
"9.12.3": "0.15.2",
"9.12.4": "0.15.2",
"9.12.5": "0.15.2"
"9.12.5": "0.15.2",
"9.12.6": "0.15.2"
}