Skip to content

Commit 0511762

Browse files
author
James.kim
committed
version up
1 parent 88a3b83 commit 0511762

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

CHANGELOG.md

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

4+
## v3.0.6
5+
### update
6+
* add dependencies
7+
48
## v3.0.5
59
### update
610
* NodeJS Keepalive bugfix.

README.md

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

2929

30-
## Upgrading to v3.0.5
30+
## Upgrading to v3.0.6
3131
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).
3232

33-
* NodeJS Keepalive bugfix.
34-
* React Native android bugfix.
33+
* add dependencies.
3534

3635

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

SendBird.min.js

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

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "sendbird",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
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.22",
8+
"xhr2": "0.1.3",
9+
"agentkeepalive": "2.2.0"
910
},
1011
"scripts": {
1112
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)