Skip to content

Commit d385eb9

Browse files
committed
chore(release): bump version to 9.12.1
1 parent 5fb5ff6 commit d385eb9

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
## [9.12.1](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.12.0...9.12.1) (2025-11-30)
7+
8+
### Features
9+
10+
* **time-parsing:** improve emoji-based date type detection and time preservation ([82a2020](https://github.com/Quorafind/Obsidian-Task-Genius/commit/82a2020))
11+
12+
### Refactors
13+
14+
* **calendar:** use built-in DateFnsAdapter from @taskgenius/calendar ([5fb5ff6](https://github.com/Quorafind/Obsidian-Task-Genius/commit/5fb5ff6))
15+
- Remove redundant custom date adapter implementations in favor of the DateFnsAdapter exported directly from @taskgenius/calendar library.
16+
617
## [9.12.0](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.11.0...9.12.0) (2025-11-29)
718

819
### Features

manifest-beta.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.12.0",
4+
"version": "9.12.1",
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",

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.12.0",
4+
"version": "9.12.1",
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.12.0",
3+
"version": "9.12.1",
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
@@ -171,5 +171,6 @@
171171
"9.10.2": "0.15.2",
172172
"9.10.3": "0.15.2",
173173
"9.11.0": "0.15.2",
174-
"9.12.0": "0.15.2"
174+
"9.12.0": "0.15.2",
175+
"9.12.1": "0.15.2"
175176
}

0 commit comments

Comments
 (0)