Skip to content

Commit 7592108

Browse files
committed
v3.0.75
1 parent a990138 commit 7592108

File tree

6 files changed

+12
-11
lines changed

6 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
=========
33

4+
## v3.0.75(SEP 4, 2018)
5+
* Improved connection state check when reconnected.
6+
47
## v3.0.74(SEP 4, 2018)
58
* Minor bug fixed.
69
* Improved reconnection mechanism to detect network recovered on browsers only.

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,9 @@ If you have trouble importing `SendBird`, please check your `tsconfig.json` file
3838

3939
# [Documentation](https://docs.sendbird.com/javascript)
4040

41-
## v3.0.74(SEP 4, 2018)
41+
## v3.0.75(SEP 4, 2018)
4242
If you want to check the record of other version, go to [Change Log](https://github.com/smilefam/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md).
43-
* Minor bug fixed.
44-
* Improved reconnection mechanism to detect network recovered on browsers only.
45-
* Support NodeJS version 10.
43+
* Improved connection state check when reconnected.
4644

4745

4846
## [Change Log](https://github.com/smilefam/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md)

SendBird.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Type Definitions for SendBird SDK v3.0.74
2+
* Type Definitions for SendBird SDK v3.0.75
33
* homepage: https://sendbird.com/
44
* git: https://github.com/smilefam/SendBird-SDK-JavaScript
55
*/

SendBird.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird",
3-
"version": "3.0.74",
3+
"version": "3.0.75",
44
"authors": ["SendBird <[email protected]>"],
55
"homepage": "https://github.com/smilefam/SendBird-SDK-JavaScript",
66
"description": "SendBird JavaScript SDK",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird",
3-
"version": "3.0.74",
3+
"version": "3.0.75",
44
"description": "SendBird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)