Skip to content

Commit

Permalink
chore(release): v5.0.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sdjdd committed Dec 21, 2020
1 parent 366518f commit 55003ec
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="5.0.0-rc.5"></a>

# [5.0.0-rc.5](https://github.com/leancloud/js-realtime-sdk/compare/v5.0.0-rc.4...v5.0.0-rc.5) (2020-12-21)

### Bug Fixes

- 修复了装饰器 `messageType``messageField` 类型定义的错误。
- 修复了 `Realtime#createIMClient` 参数类型定义的错误。
- 对话签名中邀请、移除成员时的 action 从 `add` / `remove` 更改为 `invite` / `kick`,如果你使用了签名控制对话邀请、移除成员权限,需要更新对 action 的判断逻辑。

<a name="5.0.0-rc.4"></a>

# [5.0.0-rc.4](https://github.com/leancloud/js-realtime-sdk/compare/v5.0.0-rc.3...v5.0.0-rc.4) (2020-12-16)
Expand All @@ -9,7 +19,7 @@
conversation.get('attr.type');
```

### BugFixes
### Bug Fixes

- 修复了装饰器 `messageType``messageField` 类型定义的错误。
- 修复了重连后可能意外关闭长连接的问题。
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leancloud-realtime",
"version": "5.0.0-rc.4",
"version": "5.0.0-rc.5",
"description": "LeanCloud Realtime Message JavaScript SDK",
"main": "./dist/im-node.js",
"files": [
Expand Down

0 comments on commit 55003ec

Please sign in to comment.