Skip to content

Commit a4fb7a9

Browse files
committed
chore(release): v4.0.1
1 parent e84f240 commit a4fb7a9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="4.0.1"></a>
2+
3+
## [4.0.1](https://github.com/leancloud/js-realtime-sdk/compare/v4.0.0...v4.0.1) (2018-05-31)
4+
5+
### Bug Fixes
6+
7+
* 修复了在 React Native 中 `Realtime#createIMClient` 返回 `undefined` 的问题。
8+
* 修复了私有部署应用会错误地请求公有集群的问题。
9+
110
<a name="4.0.0"></a>
211

312
# 4.0.0 (2018-05-28)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leancloud-realtime",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "LeanCloud Realtime Message JavaScript SDK",
55
"main": "./dist/realtime.js",
66
"jsnext:main": "./src/index.js",

0 commit comments

Comments
 (0)