Skip to content

Commit fd53fb8

Browse files
authored
v0.5.1
1 parent bbb69f4 commit fd53fb8

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# 更新日志
22

3+
## [0.5.1] - 2023-12-05
4+
5+
### 🐛 bug 修复
6+
7+
- 修正 `Bot#axios` `App#axios` 的类型 ([#75](https://github.com/DevOpen-Club/api-node-sdk/pull/75))
8+
9+
### 🧹 其他
10+
11+
- 优化包体积 ([#76](https://github.com/DevOpen-Club/api-node-sdk/pull/76))
12+
313
## [0.5.0] - 2023-12-03
414

515
### ⚠️ 需要注意

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
完整版:[CHANGELOG.md](https://github.com/DevOpen-Club/api-node-sdk/blob/main/CHANGELOG.md)
44

5+
## [0.5.1](https://github.com/DevOpen-Club/api-node-sdk/releases/tag/v0.5.1)
6+
7+
- 修正 `Bot#axios` `App#axios` 的类型 ([#75](https://github.com/DevOpen-Club/api-node-sdk/pull/75))
8+
59
## [0.5.0](https://github.com/DevOpen-Club/api-node-sdk/releases/tag/v0.5.0)
610

711
- <Badge type='warning'>破坏性变更</Badge> 将 `Bot#token` 标记为只读 ([#70](https://github.com/DevOpen-Club/api-node-sdk/pull/70))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fanbook-api-node-sdk",
33
"description": "Fanbook OpenAPI JavaScript / Node.js SDK",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"packageManager": "pnpm@8.3.1",
66
"main": "./lib/index.js",
77
"module": "./es/index.js",

0 commit comments

Comments
 (0)