mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
chore(release): bump version to 9.7.5
This commit is contained in:
parent
31bac3ea2e
commit
b363f696e0
5 changed files with 27 additions and 14 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
|
||||
|
||||
## [9.7.5](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.7.4...9.7.5) (2025-08-18)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **mcp:** correct Accept header validation logic ([81e7b68](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/81e7b68ea46d306b429ef8c11165bfa0ff565dad))
|
||||
|
||||
### Chores
|
||||
|
||||
* remove dist folder in repo ([b4bdc85](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/b4bdc858d2caba4b77649037fc288d8a21a4d1a0))
|
||||
* remove dist folder in repo ([b92371c](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/b92371c0880311bcda4e1ee64c7e5787006c6605))
|
||||
* update version in repos ([023674a](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/023674af9c4dd063a1798ffd806c0867a94b3bb5))
|
||||
|
||||
## [9.7.5](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.7.4...9.7.5) (2025-08-18)
|
||||
|
||||
### Chores
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"id": "obsidian-task-progress-bar",
|
||||
"name": "Task Genius",
|
||||
"version": "9.7.4",
|
||||
"minAppVersion": "0.15.2",
|
||||
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
|
||||
"author": "Boninall",
|
||||
"authorUrl": "https://github.com/Quorafind",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
"id": "obsidian-task-progress-bar",
|
||||
"name": "Task Genius",
|
||||
"version": "9.7.5",
|
||||
"minAppVersion": "0.15.2",
|
||||
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
|
||||
"author": "Boninall",
|
||||
"authorUrl": "https://github.com/Quorafind",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"id": "obsidian-task-progress-bar",
|
||||
"name": "Task Genius",
|
||||
"version": "9.7.4",
|
||||
"version": "9.7.5",
|
||||
"minAppVersion": "0.15.2",
|
||||
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
|
||||
"author": "Boninall",
|
||||
"authorUrl": "https://github.com/Quorafind",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "task-genius",
|
||||
"version": "9.7.4",
|
||||
"version": "9.7.5",
|
||||
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -116,5 +116,6 @@
|
|||
"9.7.1": "0.15.2",
|
||||
"9.7.2": "0.15.2",
|
||||
"9.7.3": "0.15.2",
|
||||
"9.7.4": "0.15.2"
|
||||
}
|
||||
"9.7.4": "0.15.2",
|
||||
"9.7.5": "0.15.2"
|
||||
}
|
||||
Loading…
Reference in a new issue