Skip to content

Commit 90d7422

Browse files
committed
v3.0.12 update
1 parent 820551f commit 90d7422

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-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.12
5+
### update
6+
* Fixed wrong message_id, data field of FileMessage object.
7+
48
## v3.0.11
59
### update
610
* Fixed a Keep-Alive bug now and it should be much faster in React Native/NodeJS.

README.md

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

2929

30-
## Upgrading to v3.0.11
30+
## Upgrading to v3.0.12
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).
32-
33-
* Fixed a Keep-Alive bug and it should be much faster in React Native/NodeJS.
34-
* Now calling "connect()" multiple times in a row triggers "disconnect()" internally to avoid having multiple websocket connections
35-
* New License File
32+
* Fixed wrong message_id, data field of FileMessage object.
3633

3734

3835
## [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.11",
3+
"version": "3.0.12",
44
"authors": [
55
"SendBird <support@sendbird.com>"
66
],

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.11",
3+
"version": "3.0.12",
44
"description": "SendBird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)