Skip to content

Commit

Permalink
chore: release v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuoqiu-Yingyi committed Mar 19, 2024
1 parent cdb892f commit c1841e6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 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.8 / 2024-03-19

- [v0.3.7 ... v0.3.8](https://github.com/siyuan-community/siyuan-sdk/compare/v0.3.7...v0.3.8)
- [#3](https://github.com/siyuan-community/siyuan-sdk/issues/3) 添加 API `/api/sqlite/flushTransaction` | Add API `/api/sqlite/flushTransaction`
- 添加 API `/api/system/logoutAuth` | Add API `/api/system/logoutAuth`
- 调整 API `/api/system/getConf` | Adjust API `/api/system/getConf`
Expand Down
6 changes: 6 additions & 0 deletions node/cspell.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
"ALPN",
"Alives",
"Alphanum",
"FSRS",
"Fuction",
"IAPI",
"ITLS",
Expand All @@ -20,6 +21,8 @@ module.exports = {
"Punycode",
"Referer",
"backlink",
"backlinks",
"backmention",
"blockquote",
"cobertura",
"contenteditable",
Expand All @@ -31,6 +34,7 @@ module.exports = {
"fcontent",
"filetree",
"formdata",
"fullscreen",
"hpath",
"hpaths",
"idna",
Expand All @@ -42,12 +46,14 @@ module.exports = {
"lcov",
"nodelib",
"ofetch",
"outdent",
"pandoc",
"protyle",
"quicktype",
"siyuan",
"succ",
"userinfo",
"webdav",
],
ignoreRegExpList: [
String.raw`\d{14}-[0-9a-z]{7}`,
Expand Down
4 changes: 2 additions & 2 deletions node/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@siyuan-community/siyuan-sdk",
"version": "0.3.7",
"packageManager": "pnpm@8.14.2",
"version": "0.3.8",
"packageManager": "pnpm@8.15.4",
"engines": {
"node": "21"
},
Expand Down

0 comments on commit c1841e6

Please sign in to comment.