Skip to content

Commit 9ffcb85

Browse files
authored
v0.4.2
1 parent c94c1ce commit 9ffcb85

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-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.4.2] - 2023-10-04
4+
5+
### 🐛 bug 修复
6+
7+
- 修复浏览器环境无法订阅事件的问题 ([#56](https://github.com/DevOpen-Club/api-node-sdk/pull/56))
8+
9+
### 📝 文档改进
10+
11+
- 修正 v0.4.1 更新日志的标题 ([#55](https://github.com/DevOpen-Club/api-node-sdk/pull/55))
12+
313
## [0.4.1] - 2023-10-02
414

515
### 🐛 bug 修复

docs/changelog.md

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

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

5+
## [0.4.2](https://github.com/DevOpen-Club/api-node-sdk/releases/tag/v0.4.2)
6+
7+
- 修正 v0.4.1 更新日志的标题 ([#55](https://github.com/DevOpen-Club/api-node-sdk/pull/55))
8+
- 修复浏览器环境无法订阅事件的问题 ([#56](https://github.com/DevOpen-Club/api-node-sdk/pull/56))
9+
510
## [0.4.1](https://github.com/DevOpen-Club/api-node-sdk/releases/tag/v0.4.1)
611

712

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

0 commit comments

Comments
 (0)