Skip to content

Commit a990138

Browse files
committed
v3.0.74
1 parent b555f74 commit a990138

File tree

6 files changed

+22
-15
lines changed

6 files changed

+22
-15
lines changed

CHANGELOG.md

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

4+
## v3.0.74(SEP 4, 2018)
5+
* Minor bug fixed.
6+
* Improved reconnection mechanism to detect network recovered on browsers only.
7+
* Support NodeJS version 10.
8+
49
## v3.0.73(SEP 3, 2018)
510
* Minor bug fixed.
611

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ SendBird-SDK-JavaScript
88

99
[Bower](http://bower.io) package for [SendBird.com](https://sendbird.com) JavaScript SDK
1010

11-
bower install sendbird
11+
bower install sendbird
1212

1313

1414
[npm](https://www.npmjs.com/package/sendbird) module for [SendBird.com](https://sendbird.com) JavaScript SDK
1515

16-
npm install sendbird
16+
npm install sendbird --save
1717

1818

1919
[download](https://github.com/smilefam/SendBird-SDK-JavaScript) for [SendBird.com](https://sendbird.com) JavaScript SDK
@@ -38,9 +38,11 @@ If you have trouble importing `SendBird`, please check your `tsconfig.json` file
3838

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

41-
## v3.0.73(SEP 3, 2018)
41+
## v3.0.74(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.
43+
* Minor bug fixed.
44+
* Improved reconnection mechanism to detect network recovered on browsers only.
45+
* Support NodeJS version 10.
4446

4547

4648
## [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.73
2+
* Type Definitions for SendBird SDK v3.0.74
33
* homepage: https://sendbird.com/
44
* git: https://github.com/smilefam/SendBird-SDK-JavaScript
55
*/

SendBird.min.js

Lines changed: 7 additions & 7 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.73",
3+
"version": "3.0.74",
44
"authors": ["SendBird <[email protected]>"],
55
"homepage": "https://github.com/smilefam/SendBird-SDK-JavaScript",
66
"description": "SendBird JavaScript SDK",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "sendbird",
3-
"version": "3.0.73",
3+
"version": "3.0.74",
44
"description": "SendBird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {
7-
"websocket": "1.0.24",
7+
"ws": "6.0.0",
88
"xhr2": "0.1.4",
99
"agentkeepalive": "2.2.0",
1010
"form-data": "2.1.2"

0 commit comments

Comments
 (0)