Skip to content

Commit 0daf971

Browse files
authored
v0.4.4
1 parent f32853c commit 0daf971

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [0.4.4] - 2023-11-05
4+
5+
### 🐛 bug 修复
6+
7+
- 添加 `GuildCredit` 在文档中未列出的属性 ([#61](https://github.com/DevOpen-Club/api-node-sdk/pull/61))
8+
39
## [0.4.3] - 2023-10-23
410

511
### 🐛 bug 修复

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.4.4](https://github.com/DevOpen-Club/api-node-sdk/releases/tag/v0.4.4)
6+
7+
- 添加 `GuildCredit` 在文档中未列出的属性 ([#61](https://github.com/DevOpen-Club/api-node-sdk/pull/61))
8+
59
## [0.4.3](https://github.com/DevOpen-Club/api-node-sdk/releases/tag/v0.4.3)
610

711
- 修正 `CreditSlot` 的可选属性 ([#59](https://github.com/DevOpen-Club/api-node-sdk/pull/59))

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.4.3",
4+
"version": "0.4.4",
55
"packageManager": "pnpm@8.3.1",
66
"main": "./lib/index.js",
77
"module": "./es/index.js",

0 commit comments

Comments
 (0)