Skip to content

Commit 8269846

Browse files
committed
chore(release): bump version to 9.3.0
1 parent 1590071 commit 8269846

File tree

5 files changed

+38
-3
lines changed

5 files changed

+38
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
6+
7+
## [9.3.0](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.2.2...9.3.0) (2025-08-09)
8+
9+
### Features
10+
11+
* **task-view:** implement dynamic metadata positioning ([662f5a6](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/662f5a69de599dd6ba087b20329c34d6f6d31628))
12+
13+
### Bug Fixes
14+
15+
* task gutter select date ([9e9af7f](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/9e9af7f4840eea2929198933395e36de347dfeb7))
16+
17+
### Chores
18+
19+
* bump release ([1590071](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/1590071b43abd3e44cdea2fa16b7ad1ebb5d99a8))
20+
* styles conflict ([750c74e](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/750c74e16ecff0cbd8e250e5f0101159e245d3c3))
21+
22+
### Tests
23+
24+
* improve test reliability and fix flaky date tests ([d66a13a](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/d66a13a5f41a5ea74d22c7b9215087aef80b5b07))

dist/manifest.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"id": "obsidian-task-progress-bar",
3+
"name": "Task Genius",
4+
"version": "9.3.0",
5+
"minAppVersion": "0.15.2",
6+
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
7+
"author": "Boninall",
8+
"authorUrl": "https://github.com/Quorafind",
9+
"isDesktopOnly": false
10+
}

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-task-progress-bar",
33
"name": "Task Genius",
4-
"version": "9.2.2",
4+
"version": "9.3.0",
55
"minAppVersion": "0.15.2",
66
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
77
"author": "Boninall",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "task-genius",
3-
"version": "9.2.2",
3+
"version": "9.3.0",
44
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,6 @@
103103
"9.1.5": "0.15.2",
104104
"9.2.0": "0.15.2",
105105
"9.2.1": "0.15.2",
106-
"9.2.2": "0.15.2"
106+
"9.2.2": "0.15.2",
107+
"9.3.0": "0.15.2"
107108
}

0 commit comments

Comments
 (0)