Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuoqiu-Yingyi committed Aug 1, 2023
1 parent 37291e3 commit 485b285
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 103 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 更改日志 | Change Log

## v0.2.0 / 2023-08-01

- [v0.1.3 ... v0.2.0](https://github.com/siyuan-community/siyuan-sdk/compare/v0.1.3...v0.2.0)
- 添加 API `/api/export/exportResources` | Add API `/api/export/exportResources`
- API `/api/file/getFile` 支持流式传输 | API `/api/file/getFile` supports streaming transmission
- 支持使用 `ofetch` 作为 HTTP 请求客户端 | Support using `ofetch` as HTTP request client
Expand Down
1 change: 1 addition & 0 deletions node/cspell.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = {
"katex",
"lcov",
"nodelib",
"ofetch",
"pandoc",
"protyle",
"quicktype",
Expand Down
10 changes: 5 additions & 5 deletions node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@siyuan-community/siyuan-sdk",
"version": "0.1.3",
"version": "0.2.0",
"description": "A simple and easy to use SDK for SiYuan.",
"keywords": [
"api",
Expand Down Expand Up @@ -75,22 +75,22 @@
"@ltd/j-toml": "^1.38.0",
"@nodelib/fs.walk": "^1.2.8",
"@types/node": "^20.4.5",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@vitest/coverage-istanbul": "^0.33.0",
"@vitest/ui": "^0.33.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"chokidar": "^3.5.3",
"cspell": "^6.31.2",
"dotenv": "^16.3.1",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"json5": "^2.2.3",
"quicktype-core": "^23.0.63",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vite-plugin-dts": "^3.3.1",
"vite-plugin-dts": "^3.4.0",
"vite-plugin-static-copy": "^0.16.0",
"vitest": "^0.32.4"
},
Expand Down
Loading

0 comments on commit 485b285

Please sign in to comment.