Skip to content

Commit 19ab2a2

Browse files
committed
chore: release v0.3.6
1 parent 5614ece commit 19ab2a2

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# 更改日志 | Change Log
22

3+
## v0.3.6 / 2023-12-26
4+
5+
- [v0.3.5 ... v0.3.6](https://github.com/siyuan-community/siyuan-sdk/compare/v0.3.5...v0.3.6)
36
- 调整 API `/api/inbox/getShorthand` | Adjust API `/api/inbox/getShorthand`
47
- 调整 API `/api/system/getConf` | Adjust API `/api/system/getConf`
58
- 添加 API `/api/filetree/createDailyNote` | Add API `/api/filetree/createDailyNote`

node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@siyuan-community/siyuan-sdk",
4-
"version": "0.3.5",
5-
"packageManager": "pnpm@8.11.0",
4+
"version": "0.3.6",
5+
"packageManager": "pnpm@8.12.1",
66
"engines": {
77
"node": "21"
88
},

schemas/kernel/api/filetree/createDailyNote/payload.schema.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
properties: {
2222
app: {
2323
// Web 页面应用的 ID
24-
// globaThis.siyuan.ws.app.appId
24+
// globalThis.siyuan.ws.app.appId
2525
type: 'string',
2626
description: 'block ID',
2727
pattern: '^[0-9a-z]{5}$',

schemas/kernel/api/storage/setLocalStorage/payload.schema.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
properties: {
2222
app: {
2323
// Web 页面应用的 ID
24-
// globaThis.siyuan.ws.app.appId
24+
// globalThis.siyuan.ws.app.appId
2525
type: 'string',
2626
description: 'App ID',
2727
pattern: '^[0-9a-z]{5}$',

schemas/kernel/api/storage/setLocalStorageVal/payload.schema.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
properties: {
2222
app: {
2323
// Web 页面应用的 ID
24-
// globaThis.siyuan.ws.app.appId
24+
// globalThis.siyuan.ws.app.appId
2525
type: 'string',
2626
description: 'App ID',
2727
pattern: '^[0-9a-z]{5}$',

0 commit comments

Comments
 (0)