Skip to content

Commit b0b0a70

Browse files
authored
v0.2.0
1 parent 2090364 commit b0b0a70

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG.md

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

3+
## [0.2.0] - 2023-08-23
4+
5+
### 🚀 新功能
6+
7+
- 添加事件订阅方法 ([#23](https://github.com/DevOpen-Club/api-node-sdk/pull/23))
8+
9+
### 🐛 bug 修复
10+
11+
- 导出 `src/bot-options.ts` ([#22](https://github.com/DevOpen-Club/api-node-sdk/pull/22))
12+
13+
### 📝 文档改进
14+
15+
- 分离已发布的文档和最新文档 ([#17](https://github.com/DevOpen-Club/api-node-sdk/pull/17))
16+
- 补充文档和教程 ([#18](https://github.com/DevOpen-Club/api-node-sdk/pull/18))
17+
- 优化首页样式和文案 ([#25](https://github.com/DevOpen-Club/api-node-sdk/pull/25))
18+
- 更新兼容性数据 ([#28](https://github.com/DevOpen-Club/api-node-sdk/pull/28))
19+
20+
### 🧹 其他
21+
22+
- 修改示例目录结构 ([#26](https://github.com/DevOpen-Club/api-node-sdk/pull/26))
23+
324
## [0.1.0] - 2023-08-18
425

526
- 发布首个版本

docs/changelog.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

5-
## 0.1.0
5+
## [0.2.0](https://github.com/DevOpen-Club/api-node-sdk/releases/tag/v0.2.0)
6+
7+
- 分离[已发布的文档](https://fanbook-api-sdk.js.org/)[最新文档](https://devopen-club.github.io/api-node-sdk/) ([#17](https://github.com/DevOpen-Club/api-node-sdk/pull/17))
8+
- 补充文档和教程 ([#18](https://github.com/DevOpen-Club/api-node-sdk/pull/18))
9+
- 导出 `src/bot-options.ts` ([#22](https://github.com/DevOpen-Club/api-node-sdk/pull/22))
10+
- 添加事件订阅方法 ([#23](https://github.com/DevOpen-Club/api-node-sdk/pull/23))
11+
- 优化首页样式和文案 ([#25](https://github.com/DevOpen-Club/api-node-sdk/pull/25))
12+
- 修改示例目录结构 ([#26](https://github.com/DevOpen-Club/api-node-sdk/pull/26))
13+
- 更新兼容性数据 ([#28](https://github.com/DevOpen-Club/api-node-sdk/pull/28))
14+
15+
## [0.1.0](https://github.com/DevOpen-Club/api-node-sdk/releases/tag/v0.1.0)
616

717
- 发布首个版本

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

0 commit comments

Comments
 (0)