chore(release): bump version to 9.13.1

This commit is contained in:
Quorafind 2025-12-11 10:28:07 +08:00
parent 4a5996bf2b
commit 7d8e83bddf
5 changed files with 7 additions and 4 deletions

View file

@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file.
## [9.13.1](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.13.0...9.13.1) (2025-12-11)
## [9.13.0](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.12.6...9.13.0) (2025-12-09)
### Features

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-task-progress-bar",
"name": "Task Genius",
"version": "9.13.0",
"version": "9.13.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.13.0",
"version": "9.13.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.13.0",
"version": "9.13.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

@ -178,5 +178,6 @@
"9.12.4": "0.15.2",
"9.12.5": "0.15.2",
"9.12.6": "0.15.2",
"9.13.0": "0.15.2"
"9.13.0": "0.15.2",
"9.13.1": "0.15.2"
}