From 18db7dabb0d1f2fa8105e20bb1d3b5900d372a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E8=85=BE?= <233151@nbcb.com> Date: Tue, 5 Nov 2024 17:28:17 +0800 Subject: [PATCH] chore: bump version to 0.1.11 --- README.md | 4 +++- README_zh_CN.md | 4 +++- package.json | 2 +- plugin.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 223518c..1e251ee 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,11 @@ cowboy ![Preview](preview.png) ## Version -0.1.10 +0.1.11 ## Changelog +- **v0.1.11 (2024-11-05)** + - Optimized the logic for adding new tabs and the `/` command to insert `drawio`. - **v0.1.9 (2024-10-31)** - Fixed the issue with the popup for creating new files. - **v0.1.8 (2024-10-31)** diff --git a/README_zh_CN.md b/README_zh_CN.md index 8005327..bb917e7 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -18,9 +18,11 @@ cowboy ![预览](preview.png) ## 版本 -0.1.10 +0.1.11 ## 更新日志 +- **v0.1.11 (2024-11-05)** + - 优化新增Tab逻辑和/命令插入`drawio`逻辑 - **v0.1.9 (2024-10-31)** - 修复文件->新建的弹窗问题 - **v0.1.8 (2024-10-31)** diff --git a/package.json b/package.json index cd6d97b..7470776 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siyuan-drawio-plugin", - "version": "0.1.10", + "version": "0.1.11", "type": "module", "description": "Draw.io integrated as a plugin into Siyuan", "repository": "https://github.com/zt8989/siyuan-drawio-plugin", diff --git a/plugin.json b/plugin.json index 1186861..ff12d25 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "name": "siyuan-drawio-plugin", "author": "cowboy", "url": "https://github.com/zt8989/siyuan-drawio-plugin", - "version": "0.1.10", + "version": "0.1.11", "minAppVersion": "3.0.12", "backends": [ "windows",