Skip to content

Commit 16ba872

Browse files
committed
SDK version up
1 parent b74298d commit 16ba872

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
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.10
5+
### update
6+
* Fixed a bug that increases unread message count when a user gets its own messages
7+
* Cleared out old ws object's event handlers after disconnect to prevent a user from getting messages from another user who logged in on the same device.
8+
49
## v3.0.9
510
### update
611
* minor bugfix for IE, Safari, Opera.

README.md

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

2929

30-
## Upgrading to v3.0.9
30+
## Upgrading to v3.0.10
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-
* minor bugfix for IE.
33+
* Fixed a bug that increases unread message count when a user gets its own messages
34+
* Cleared out old ws object's event handlers after disconnect to prevent a user from getting messages from another user who logged in on the same device.
35+
3436

3537

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

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

0 commit comments

Comments
 (0)