From 585b2c64bdbbcb5dca00c7d215cc72438f0d51eb Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 29 Aug 2023 11:31:31 +0800 Subject: [PATCH] :arrow_up: --- CHANGELOG.md | 4 +++- package.json | 4 ++-- plugin.json | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2323871..06f5a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -## 0.2.2 2023-08 +## 0.2.3 2023-08 + +## 0.2.2 2023-08-29 * [Add plugin event bus `destroy-protyle`](https://github.com/siyuan-note/siyuan/issues/9033) * [Add plugin event bus `loaded-protyle-dynamic`](https://github.com/siyuan-note/siyuan/issues/9021) diff --git a/package.json b/package.json index 15f0c06..d0415c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plugin-sample", - "version": "0.2.1", + "version": "0.2.2", "description": "This is a sample plugin for Siyuan (https://b3log.org/siyuan)", "main": ".src/index.js", "scripts": { @@ -21,7 +21,7 @@ "mini-css-extract-plugin": "2.3.0", "sass": "^1.62.1", "sass-loader": "^12.6.0", - "siyuan": "0.8.1", + "siyuan": "0.8.2", "tslib": "2.4.0", "typescript": "4.7.4", "webpack": "^5.76.0", diff --git a/plugin.json b/plugin.json index a905471..b059a4d 100644 --- a/plugin.json +++ b/plugin.json @@ -2,8 +2,8 @@ "name": "plugin-sample", "author": "Vanessa", "url": "https://github.com/siyuan-note/plugin-sample", - "version": "0.2.1", - "minAppVersion": "2.10.1", + "version": "0.2.2", + "minAppVersion": "2.10.2", "backends": ["windows", "linux", "darwin"], "frontends": ["desktop"], "displayName": {