mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
chore(release): bump version to 9.8.0-beta.4 [beta]
This commit is contained in:
parent
b2b4ce99fc
commit
a165b94266
4 changed files with 10 additions and 3 deletions
|
|
@ -4,6 +4,12 @@ All notable changes to beta releases will be documented in this file.
|
|||
|
||||
|
||||
|
||||
## [9.8.0-beta.4](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.0-beta.3...9.8.0-beta.4) (2025-08-27)
|
||||
|
||||
### Refactors
|
||||
|
||||
* **quadrant:** replace custom feedback elements with Obsidian Notice API ([b2b4ce9](https://github.com/Quorafind/Obsidian-Task-Genius/commit/b2b4ce99fcb634b24921db034a62ebc18bfc9b7d))
|
||||
|
||||
## [9.8.0-beta.3](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.0-beta.2...9.8.0-beta.3) (2025-08-27)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-task-progress-bar",
|
||||
"name": "Task Genius",
|
||||
"version": "9.8.0-beta.3",
|
||||
"version": "9.8.0-beta.4",
|
||||
"minAppVersion": "0.15.2",
|
||||
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
|
||||
"author": "Boninall",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "task-genius",
|
||||
"version": "9.8.0-beta.3",
|
||||
"version": "9.8.0-beta.4",
|
||||
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -121,5 +121,6 @@
|
|||
"9.7.6": "0.15.2",
|
||||
"9.8.0-beta.0": "0.15.2",
|
||||
"9.8.0-beta.2": "0.15.2",
|
||||
"9.8.0-beta.3": "0.15.2"
|
||||
"9.8.0-beta.3": "0.15.2",
|
||||
"9.8.0-beta.4": "0.15.2"
|
||||
}
|
||||
Loading…
Reference in a new issue