Skip to content

Commit 34a25cf

Browse files
committed
chore: bump version
1 parent 82c1bed commit 34a25cf

File tree

10 files changed

+33
-18
lines changed

10 files changed

+33
-18
lines changed

.release-it.cjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
require('dotenv').config();
2+
13
module.exports = {
4+
interactive: true,
25
hooks: {
36
"before:init": ["node esbuild.config.mjs production"],
47
"after:bump": [

CHANGELOG.md

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

55

66

7+
## [9.3.1](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.3.0...9.3.1) (2025-08-09)
8+
79
## [9.3.0](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.2.2...9.3.0) (2025-08-09)
810

911
### Features

dist/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.3.0",
4+
"version": "9.3.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",

dist/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.3.0",
4+
"version": "9.3.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",

dist/versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,6 @@
104104
"9.2.0": "0.15.2",
105105
"9.2.1": "0.15.2",
106106
"9.2.2": "0.15.2",
107-
"9.3.0": "0.15.2"
107+
"9.3.0": "0.15.2",
108+
"9.3.1": "0.15.2"
108109
}

manifest-beta.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
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-
}
2+
"id": "obsidian-task-progress-bar",
3+
"name": "Task Genius",
4+
"version": "9.2.2",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "obsidian-task-progress-bar",
33
"name": "Task Genius",
4-
"version": "9.3.0",
4+
"version": "9.2.2",
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",
88
"authorUrl": "https://github.com/Quorafind",
99
"isDesktopOnly": false
10-
}
10+
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "task-genius",
3-
"version": "9.3.0",
3+
"version": "9.2.2",
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": {
@@ -46,6 +46,7 @@
4646
"builtin-modules": "^3.2.0",
4747
"codemirror": "^6.0.0",
4848
"cross-env": "^7.0.3",
49+
"dotenv": "^17.2.1",
4950
"esbuild": "0.13.12",
5051
"esbuild-plugin-inline-worker": "https://github.com/mitschabaude/esbuild-plugin-inline-worker",
5152
"globby": "^14.1.0",

pnpm-lock.yaml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,5 @@
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",
107-
"9.3.0": "0.15.2"
108-
}
106+
"9.2.2": "0.15.2"
107+
}

0 commit comments

Comments
 (0)