chore(release): bump version to 9.8.0-beta.0 [beta]

This commit is contained in:
Quorafind 2025-08-27 16:30:36 +08:00
parent 56eb74ba53
commit bf90e7fd39
5 changed files with 10 additions and 4 deletions

5
CHANGELOG-BETA.md Normal file
View file

@ -0,0 +1,5 @@
# Beta Changelog
All notable changes to beta releases will be documented in this file.

View file

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

View file

@ -118,5 +118,6 @@
"9.7.3": "0.15.2",
"9.7.4": "0.15.2",
"9.7.5": "0.15.2",
"9.7.6": "0.15.2"
"9.7.6": "0.15.2",
"9.8.0-beta.0": "0.15.2"
}