Skip to content

Commit

Permalink
chore: release v0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuoqiu-Yingyi committed Jul 10, 2024
1 parent ca613b3 commit 36d27b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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.12 / 2024-07-11

- [v0.3.11 ... v0.3.12](https://github.com/siyuan-community/siyuan-sdk/compare/v0.3.11...v0.3.12)
- 改进 eslint 配置 | Improve eslint configuration
- 改进构建流程 | Improve the build process
- 优化 Prettier 配置 | Optimize Prettier configuration
Expand Down
6 changes: 3 additions & 3 deletions node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@siyuan-community/siyuan-sdk",
"type": "module",
"version": "0.3.11",
"version": "0.3.12",
"private": false,
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.4.0",
"description": "A simple and easy to use SDK for SiYuan.",
"author": {
"name": "Zuoqiu Yingyi",
Expand Down Expand Up @@ -71,7 +71,7 @@
"test:once": "vitest run",
"build": "vite build",
"build:prebuild": "node --import=./scripts/ts-node-register.js ./scripts/prebuild.ts",
"publish:npm": "run-s build:prebuild build && npm publish",
"publish:npm": "run-s format build:prebuild check build && npm publish",
"format": "run-s format:eslint format:prettier",
"format:eslint": "eslint --fix .",
"format:prettier": "run-s format:prettier:schemas",
Expand Down

0 comments on commit 36d27b2

Please sign in to comment.