Skip to content

Commit 36d27b2

Browse files
committed
chore: release v0.3.12
1 parent ca613b3 commit 36d27b2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
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.12 / 2024-07-11
4+
5+
- [v0.3.11 ... v0.3.12](https://github.com/siyuan-community/siyuan-sdk/compare/v0.3.11...v0.3.12)
36
- 改进 eslint 配置 | Improve eslint configuration
47
- 改进构建流程 | Improve the build process
58
- 优化 Prettier 配置 | Optimize Prettier configuration

node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@siyuan-community/siyuan-sdk",
44
"type": "module",
5-
"version": "0.3.11",
5+
"version": "0.3.12",
66
"private": false,
7-
"packageManager": "pnpm@9.1.4",
7+
"packageManager": "pnpm@9.4.0",
88
"description": "A simple and easy to use SDK for SiYuan.",
99
"author": {
1010
"name": "Zuoqiu Yingyi",
@@ -71,7 +71,7 @@
7171
"test:once": "vitest run",
7272
"build": "vite build",
7373
"build:prebuild": "node --import=./scripts/ts-node-register.js ./scripts/prebuild.ts",
74-
"publish:npm": "run-s build:prebuild build && npm publish",
74+
"publish:npm": "run-s format build:prebuild check build && npm publish",
7575
"format": "run-s format:eslint format:prettier",
7676
"format:eslint": "eslint --fix .",
7777
"format:prettier": "run-s format:prettier:schemas",

0 commit comments

Comments
 (0)