Skip to content

Commit ae0141e

Browse files
committed
v3.0.35
1 parent 17f9ca6 commit ae0141e

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Changelog
22
=========
3+
## v3.0.35
4+
* Updated dependent libs for NodeJS.
35

46
## v3.0.34
57
* Updated the TypeScript file.

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ SendBird-SDK-JavaScript
2929
# [Documentation](https://docs.sendbird.com/javascript)
3030

3131

32-
## Upgrading to v3.0.34
32+
## Upgrading to v3.0.35
3333
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).
34-
* Updated the TypeScript file.
35-
* Fixed the WebSocket disconnect.
34+
* Updated dependent libs for NodeJS.
3635

3736

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

SendBird.min.js

Lines changed: 5 additions & 5 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.34",
3+
"version": "3.0.35",
44
"authors": [
55
"SendBird <[email protected]>"
66
],

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "sendbird",
3-
"version": "3.0.34",
3+
"version": "3.0.35",
44
"description": "SendBird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {
7-
"websocket": "1.0.22",
8-
"xhr2": "0.1.3",
7+
"websocket": "1.0.24",
8+
"xhr2": "0.1.4",
99
"agentkeepalive": "2.2.0",
1010
"form-data": "2.1.2"
1111
},

0 commit comments

Comments
 (0)