Skip to content

Commit 41798bc

Browse files
committed
chore: release v0.1.1
1 parent 2aebd0a commit 41798bc

File tree

3 files changed

+125
-141
lines changed

3 files changed

+125
-141
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.1.1 / 2023-07-18
4+
5+
- [v0.1.0 ... v0.1.1](https://github.com/siyuan-community/siyuan-sdk/compare/v0.1.0...v0.1.1)
36
- 添加 API `/api/filetree/getHPathByID` | Add API `/api/filetree/getHPathByID`
47
- schema ID 更改为 `https://github.com/:user/:repo/raw/:branch/*` | Change schema ID to `https://github.com/:user/:repo/raw/:branch/*`
58
- 更新 API `/api/filetree/getHPathByID` | Update API `/api/filetree/getHPathByID`

node/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@siyuan-community/siyuan-sdk",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"description": "A simple and easy to use SDK for SiYuan.",
66
"keywords": [
77
"api",
@@ -73,8 +73,8 @@
7373
"@ltd/j-toml": "^1.38.0",
7474
"@nodelib/fs.walk": "^1.2.8",
7575
"@types/node": "^20.4.2",
76-
"@typescript-eslint/eslint-plugin": "^6.0.0",
77-
"@typescript-eslint/parser": "^6.0.0",
76+
"@typescript-eslint/eslint-plugin": "^6.1.0",
77+
"@typescript-eslint/parser": "^6.1.0",
7878
"@vitest/coverage-istanbul": "^0.33.0",
7979
"ajv": "^8.12.0",
8080
"ajv-formats": "^2.1.1",
@@ -87,7 +87,7 @@
8787
"ts-node": "^10.9.1",
8888
"typescript": "^5.1.6",
8989
"vite": "^4.4.4",
90-
"vite-plugin-dts": "^3.3.0",
90+
"vite-plugin-dts": "^3.3.1",
9191
"vite-plugin-static-copy": "^0.16.0",
9292
"vitest": "^0.32.4"
9393
},

0 commit comments

Comments
 (0)