chore(release): bump version to 9.9.0-beta.2 [beta]

This commit is contained in:
Quorafind 2025-09-24 13:40:54 +08:00
parent c096c6c952
commit 2d7a697ec7
4 changed files with 10 additions and 3 deletions

View file

@ -4,6 +4,12 @@ All notable changes to beta releases will be documented in this file.
## [9.9.0-beta.2](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.0-beta.1...9.9.0-beta.2) (2025-09-24)
### Refactors
* **v2:** rename V2 interface to Fluent and simplify command names ([c096c6c](https://github.com/Quorafind/Obsidian-Task-Genius/commit/c096c6c9527ff0659b991e82f4bbca439e7430d7))
## [9.9.0-beta.1](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.0-beta.0...9.9.0-beta.1) (2025-09-24)
### Bug Fixes

View file

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

@ -150,5 +150,6 @@
"9.8.13": "0.15.2",
"9.8.14": "0.15.2",
"9.9.0-beta.0": "0.15.2",
"9.9.0-beta.1": "0.15.2"
"9.9.0-beta.1": "0.15.2",
"9.9.0-beta.2": "0.15.2"
}