We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84f240 commit a4fb7a9Copy full SHA for a4fb7a9
changelog.md
@@ -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
10
<a name="4.0.0"></a>
11
12
# 4.0.0 (2018-05-28)
package.json
@@ -1,6 +1,6 @@
{
"name": "leancloud-realtime",
- "version": "4.0.0",
+ "version": "4.0.1",
"description": "LeanCloud Realtime Message JavaScript SDK",
"main": "./dist/realtime.js",
"jsnext:main": "./src/index.js",
0 commit comments