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.14 [beta]
This commit is contained in:
parent
527cb36243
commit
4a5ad5d96a
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.14](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.0-beta.13...9.8.0-beta.14) (2025-09-03)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **parser:** respect custom project/context/area prefixes in task parsing ([527cb36](https://github.com/Quorafind/Obsidian-Task-Genius/commit/527cb36243c99c0d7bab3da5ee446f075502a8d0)), closes [#422](https://github.com/Quorafind/Obsidian-Task-Genius/issues/422)
|
||||
|
||||
## [9.8.0-beta.13](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.8.0-beta.12...9.8.0-beta.13) (2025-09-02)
|
||||
|
||||
### Features
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-task-progress-bar",
|
||||
"name": "Task Genius",
|
||||
"version": "9.8.0-beta.13",
|
||||
"version": "9.8.0-beta.14",
|
||||
"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.13",
|
||||
"version": "9.8.0-beta.14",
|
||||
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -131,5 +131,6 @@
|
|||
"9.8.0-beta.10": "0.15.2",
|
||||
"9.8.0-beta.11": "0.15.2",
|
||||
"9.8.0-beta.12": "0.15.2",
|
||||
"9.8.0-beta.13": "0.15.2"
|
||||
"9.8.0-beta.13": "0.15.2",
|
||||
"9.8.0-beta.14": "0.15.2"
|
||||
}
|
||||
Loading…
Reference in a new issue