chore(release): bump version to 9.12.2

This commit is contained in:
Quorafind 2025-11-30 23:34:37 +08:00
parent 2a7d245b7f
commit 1817a70e91
5 changed files with 12 additions and 4 deletions

View file

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
## [9.12.2](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.12.1...9.12.2) (2025-11-30)
### Features
* **bases:** enhance metadata mapping and frontmatter updates ([2a7d245](https://github.com/Quorafind/Obsidian-Task-Genius/commit/2a7d245))
- Add comprehensive property mapping system with metadata mappings support
## [9.12.1](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.12.0...9.12.1) (2025-11-30)
### Features

View file

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

View file

@ -172,5 +172,6 @@
"9.10.3": "0.15.2",
"9.11.0": "0.15.2",
"9.12.0": "0.15.2",
"9.12.1": "0.15.2"
"9.12.1": "0.15.2",
"9.12.2": "0.15.2"
}