Skip to content

Commit

Permalink
chore: release v0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuoqiu-Yingyi committed May 9, 2024
1 parent 622007b commit 55c1fa6
Show file tree
Hide file tree
Showing 9 changed files with 83 additions and 73 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.3.10 / 2024-05-09

- [v0.3.9 ... v0.3.10](https://github.com/siyuan-community/siyuan-sdk/compare/v0.3.9...v0.3.10)
- 添加 API `/api/export/exportHTML` | Add API `/api/export/exportHTML`
- 调整 API `/api/export/exportHTML` | Adjust API `/api/export/exportHTML`
- 优化 WebSocket URL 生成方案 | Optimize WebSocket URL generation scheme
Expand Down
2 changes: 2 additions & 0 deletions node/cspell.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
"Alphanum",
"FSRS",
"Fuction",
"HTMLB",
"IAPI",
"ITLS",
"IURL",
Expand All @@ -35,6 +36,7 @@ module.exports = {
"fcontent",
"filetree",
"formdata",
"frontends",
"fullscreen",
"hpath",
"hpaths",
Expand Down
8 changes: 4 additions & 4 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.3.9",
"version": "0.3.10",
"packageManager": "[email protected]",
"engines": {
"node": "22"
Expand Down Expand Up @@ -68,9 +68,9 @@
"test": "vitest",
"test:ui": "vitest --ui",
"test:once": "vitest run",
"prebuild": "node --import=./scripts/ts-node-register.js ./scripts/prebuild.ts",
"build": "vite build",
"publish:npm": "npm run prebuild && npm run build && npm publish",
"build:prebuild": "node --import=./scripts/ts-node-register.js ./scripts/prebuild.ts",
"publish:npm": "npm run build:prebuild && npm run build && npm publish",
"format": "eslint --fix ./src",
"spell:code": "cspell .",
"spell:schemas": "cspell ./../schemas",
Expand All @@ -81,7 +81,7 @@
"devDependencies": {
"@ltd/j-toml": "^1.38.0",
"@nodelib/fs.walk": "^2.0.0",
"@types/node": "^20.12.10",
"@types/node": "^20.12.11",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitest/coverage-istanbul": "^1.6.0",
Expand Down
Loading

0 comments on commit 55c1fa6

Please sign in to comment.