Skip to content

Commit c1f3261

Browse files
authored
v0.6.0
1 parent 9b2ca26 commit c1f3261

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

CHANGELOG.md

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

3+
## [0.6.0] - 2024-01-08
4+
5+
### ⚠️ 需要注意
6+
7+
- `createAxios` 创建的 axios 实例,请求、响应体都支持了 `BigInt` ([#83](https://github.com/DevOpen-Club/api-node-sdk/pull/83))
8+
9+
### 🐛 bug 修复
10+
11+
- 修复 `BigInt` 解析错误 ([#83](https://github.com/DevOpen-Club/api-node-sdk/pull/83))
12+
13+
### 📝 文档改进
14+
15+
- 从 TSDoc 迁移到 JSDoc ([#81](https://github.com/DevOpen-Club/api-node-sdk/pull/81)) ([#82](https://github.com/DevOpen-Club/api-node-sdk/pull/82))
16+
- 统一专有名词大小写 ([#86](https://github.com/DevOpen-Club/api-node-sdk/pull/86))
17+
18+
### 🧹 其他
19+
20+
- 示例说明兼容 node 20 ([#84](https://github.com/DevOpen-Club/api-node-sdk/pull/84))
21+
322
## [0.5.2] - 2023-12-05
423

524
### 🐛 bug 修复

docs/changelog.md

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

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

5+
## [0.6.0](https://github.com/DevOpen-Club/api-node-sdk/releases/tag/v0.6.0)
6+
7+
- <Badge type='warning'>破坏性变更</Badge> `createAxios` 创建的 axios 实例,请求、响应体都支持了 `BigInt` ([#83](https://github.com/DevOpen-Club/api-node-sdk/pull/83))
8+
- 从 TSDoc 迁移到 JSDoc ([#81](https://github.com/DevOpen-Club/api-node-sdk/pull/81)) ([#82](https://github.com/DevOpen-Club/api-node-sdk/pull/82))
9+
- 修复 `BigInt` 解析错误 ([#83](https://github.com/DevOpen-Club/api-node-sdk/pull/83))
10+
- 示例说明兼容 node 20 ([#84](https://github.com/DevOpen-Club/api-node-sdk/pull/84))
11+
- 统一专有名词大小写 ([#86](https://github.com/DevOpen-Club/api-node-sdk/pull/86))
12+
513
## [0.5.2](https://github.com/DevOpen-Club/api-node-sdk/releases/tag/v0.5.2)
614

715
- 修复 TS 声明文件未发布的问题 ([#78](https://github.com/DevOpen-Club/api-node-sdk/pull/78))

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

0 commit comments

Comments
 (0)