File tree Expand file tree Collapse file tree 3 files changed +33
-2
lines changed
Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 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- 发布首个版本
Original file line number Diff line number Diff line change 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- 发布首个版本
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments