Skip to content

Commit 2dd8052

Browse files
committed
🎨 add fetch API
1 parent 0b7002e commit 2dd8052

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 0.1.6
2+
3+
* add `fetchPost` example

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plugin-sample",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "This is a sample plugin for Siyuan (https://b3log.org/siyuan)",
55
"main": ".src/index.js",
66
"scripts": {

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.1.5",
5+
"version": "0.1.6",
66
"minAppVersion": "2.9.0",
77
"backends": ["windows", "linux", "darwin"],
88
"frontends": ["desktop"],

0 commit comments

Comments
 (0)