Skip to content

Commit 5587927

Browse files
committed
⬆️
1 parent df381e9 commit 5587927

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
## 0.2.1 2023-08-
1+
## 0.2.2 2023-08
2+
3+
4+
## 0.2.1 2023-08-21
25

36
* [Plugin API add getOpenedTab method](https://github.com/siyuan-note/siyuan/issues/9002)
47
* [Plugin API custom.fn => custom.id in openTab](https://github.com/siyuan-note/siyuan/issues/8944)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plugin-sample",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "This is a sample plugin for Siyuan (https://b3log.org/siyuan)",
55
"main": ".src/index.js",
66
"scripts": {
@@ -21,7 +21,7 @@
2121
"mini-css-extract-plugin": "2.3.0",
2222
"sass": "^1.62.1",
2323
"sass-loader": "^12.6.0",
24-
"siyuan": "0.8.0",
24+
"siyuan": "0.8.1",
2525
"tslib": "2.4.0",
2626
"typescript": "4.7.4",
2727
"webpack": "^5.76.0",

plugin.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "plugin-sample",
33
"author": "Vanessa",
44
"url": "https://github.com/siyuan-note/plugin-sample",
5-
"version": "0.2.0",
6-
"minAppVersion": "2.10.0",
5+
"version": "0.2.1",
6+
"minAppVersion": "2.10.1",
77
"backends": ["windows", "linux", "darwin"],
88
"frontends": ["desktop"],
99
"displayName": {

pnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)