Skip to content

Commit 25130fc

Browse files
committed
⬆️
1 parent fddd498 commit 25130fc

File tree

4 files changed

+31
-29
lines changed

4 files changed

+31
-29
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## v0.3.8 2025-01
3+
## v0.3.9 2025-03
4+
5+
## v0.3.8 2025-02-11
46

57
* [Add plugin util `openSetting`](https://github.com/siyuan-note/siyuan/pull/13761)
68
* [Add plugin method `updateProtyleToolbar`](https://github.com/siyuan-note/plugin-sample/issues/24)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plugin-sample",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
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": "1.0.5",
24+
"siyuan": "1.0.9",
2525
"tslib": "2.4.0",
2626
"typescript": "4.7.4",
2727
"webpack": "^5.76.0",

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "plugin-sample",
33
"author": "Vanessa",
44
"url": "https://github.com/siyuan-note/plugin-sample",
5-
"version": "0.3.7",
5+
"version": "0.3.8",
66
"minAppVersion": "3.1.11",
77
"backends": [
88
"windows",

pnpm-lock.yaml

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)