chore: bump version

This commit is contained in:
quorafind 2025-08-09 13:43:37 +08:00
parent 92aed5d3bd
commit bd0dee42c3
10 changed files with 33 additions and 18 deletions

View file

@ -1,4 +1,7 @@
require('dotenv').config();
module.exports = {
interactive: true,
hooks: {
"before:init": ["node esbuild.config.mjs production"],
"after:bump": [

View file

@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
## [9.3.1](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.3.0...9.3.1) (2025-08-09)
## [9.3.0](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.2.2...9.3.0) (2025-08-09)
### Features

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-task-progress-bar",
"name": "Task Genius",
"version": "9.3.0",
"version": "9.3.1",
"minAppVersion": "0.15.2",
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
"author": "Boninall",

2
dist/manifest.json vendored
View file

@ -1,7 +1,7 @@
{
"id": "obsidian-task-progress-bar",
"name": "Task Genius",
"version": "9.3.0",
"version": "9.3.1",
"minAppVersion": "0.15.2",
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
"author": "Boninall",

3
dist/versions.json vendored
View file

@ -104,5 +104,6 @@
"9.2.0": "0.15.2",
"9.2.1": "0.15.2",
"9.2.2": "0.15.2",
"9.3.0": "0.15.2"
"9.3.0": "0.15.2",
"9.3.1": "0.15.2"
}

View file

@ -1,10 +1,10 @@
{
"id": "obsidian-task-progress-bar",
"name": "Task Genius",
"version": "9.3.0",
"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.2.2",
"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
}

View file

@ -1,10 +1,10 @@
{
"id": "obsidian-task-progress-bar",
"name": "Task Genius",
"version": "9.3.0",
"version": "9.2.2",
"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
}
}

View file

@ -1,6 +1,6 @@
{
"name": "task-genius",
"version": "9.3.0",
"version": "9.2.2",
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
"main": "main.js",
"scripts": {
@ -46,6 +46,7 @@
"builtin-modules": "^3.2.0",
"codemirror": "^6.0.0",
"cross-env": "^7.0.3",
"dotenv": "^17.2.1",
"esbuild": "0.13.12",
"esbuild-plugin-inline-worker": "https://github.com/mitschabaude/esbuild-plugin-inline-worker",
"globby": "^14.1.0",

View file

@ -72,6 +72,9 @@ importers:
cross-env:
specifier: ^7.0.3
version: 7.0.3
dotenv:
specifier: ^17.2.1
version: 17.2.1
esbuild:
specifier: 0.13.12
version: 0.13.12
@ -1347,6 +1350,10 @@ packages:
resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==}
engines: {node: '>=12'}
dotenv@17.2.1:
resolution: {integrity: sha512-kQhDYKZecqnM0fCnzI5eIv5L4cAe/iRI+HqMbO/hbRdTAeXDG+M9FjipUxNfbARuEg4iHIbhnhs78BCHNbSxEQ==}
engines: {node: '>=12'}
dunder-proto@1.0.1:
resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
engines: {node: '>= 0.4'}
@ -4577,6 +4584,8 @@ snapshots:
dotenv@16.6.1: {}
dotenv@17.2.1: {}
dunder-proto@1.0.1:
dependencies:
call-bind-apply-helpers: 1.0.2

View file

@ -103,6 +103,5 @@
"9.1.5": "0.15.2",
"9.2.0": "0.15.2",
"9.2.1": "0.15.2",
"9.2.2": "0.15.2",
"9.3.0": "0.15.2"
}
"9.2.2": "0.15.2"
}