Skip to content

Commit f6b81e9

Browse files
committed
v3.0.29 update
1 parent 8862350 commit f6b81e9

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Changelog
22
=========
3+
## v3.0.29
4+
* Fix the bug that drops message events when sb.setErrorFirstCallback was set to True.
5+
36
## v3.0.28
47
* `SendBirdException` now inherits from the JavaScript Error object.
58
* You can now decide the error parameter order in callback functions using `sb.setErrorFirstCallback(True|False)`.

README.md

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

3131

32-
## Upgrading to v3.0.28
32+
## Upgrading to v3.0.29
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-
35-
* `SendBirdException` now inherits from the JavaScript Error object.
36-
* You can now decide the error parameter order in callback functions using `sb.setErrorFirstCallback(True|False)`.
34+
* Fix the bug that drops message events when sb.setErrorFirstCallback was set to True.
3735

3836

3937
## [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.28",
3+
"version": "3.0.29",
44
"authors": [
55
"SendBird <[email protected]>"
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.28",
3+
"version": "3.0.29",
44
"description": "SendBird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)