Skip to content

Commit ba37c4a

Browse files
committed
chore(release): v4.0.0-beta.1
1 parent fbf71ec commit ba37c4a

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

bower.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-beta.0",
3+
"version": "4.0.0-beta.1",
44
"homepage": "https://github.com/leancloud/js-realtime-sdk/",
55
"description": "LeanCloud JavaScript Realtime SDK",
66
"main": "dist/realtime.browser.min.js",

changelog.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="4.0.0-beta.1"></a>
2+
## 4.0.0-beta.1 (2017-12-27)
3+
4+
5+
### Bug Fixes
6+
7+
* 修复了断线重连后,当前用户会「变成」一个匿名用户的问题。
8+
9+
110
<a name="4.0.0-beta.0"></a>
211
# 4.0.0-beta.0 (2017-11-24)
312

@@ -42,7 +51,7 @@
4251

4352

4453
<a name="4.0.0-alpha.2"></a>
45-
# 4.0.0-alpha.2 (2017-09-22)
54+
## 4.0.0-alpha.2 (2017-09-22)
4655

4756

4857
### Features
@@ -52,7 +61,7 @@
5261

5362

5463
<a name="4.0.0-alpha.1"></a>
55-
# 4.0.0-alpha.1 (2017-09-20)
64+
## 4.0.0-alpha.1 (2017-09-20)
5665

5766

5867
### Bug Fixes

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-beta.0",
3+
"version": "4.0.0-beta.1",
44
"description": "LeanCloud Realtime Message JavaScript SDK",
55
"main": "./dist/realtime.js",
66
"jsnext:main": "./src/index.js",

0 commit comments

Comments
 (0)