chore(release): bump version to 9.14.0-beta.3 [beta]

This commit is contained in:
Quorafind 2025-12-15 22:50:38 +08:00
parent bb3cc33c08
commit 260d0cd751
4 changed files with 10 additions and 3 deletions

View file

@ -4,6 +4,12 @@ All notable changes to beta releases will be documented in this file.
## [9.14.0-beta.3](///compare/9.14.0-beta.2...9.14.0-beta.3) (2025-12-15)
### Features
* **widgets:** add embeddable widget system with codeblock support bb3cc33
## [9.14.0-beta.2](///compare/9.14.0-beta.1...9.14.0-beta.2) (2025-12-14)
### Features

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "task-genius",
"version": "9.14.0-beta.2",
"version": "9.14.0-beta.3",
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
"main": "main.js",
"scripts": {

View file

@ -182,5 +182,6 @@
"9.13.1": "0.15.2",
"9.14.0-beta.0": "0.15.2",
"9.14.0-beta.1": "0.15.2",
"9.14.0-beta.2": "0.15.2"
"9.14.0-beta.2": "0.15.2",
"9.14.0-beta.3": "0.15.2"
}