Skip to content

Commit 752157b

Browse files
committed
v3.0.140
1 parent 5811e6b commit 752157b

File tree

6 files changed

+15
-10
lines changed

6 files changed

+15
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

3-
## v3.0.139(NOV 25, 2020)
3+
## v3.0.140(NOV 25, 2020)
4+
5+
- Bug-fix in connection management.
6+
- Minor bug fixed.
7+
8+
## v3.0.139(NOV 25, 2020) (DEPRECATED)
49

510
- Removed `addOperator()`, `addOperators()`, `addOperatorUserId()`, `addOperatorUserIds()` from `OpenChannelParams`.
611
- Improved stability.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,9 @@ The `sb.setErrorFirstCallback(false)` returns callbacks to their original parame
325325

326326
## Changelogs
327327

328-
### v3.0.139(NOV 25, 2020)
328+
### v3.0.140(NOV 25, 2020)
329329

330330
If you want to check the record of other versions, go to [Change Log](https://github.com/sendbird/Sendbird-SDK-JavaScript/blob/master/CHANGELOG.md).
331331

332-
- Removed `addOperator()`, `addOperators()`, `addOperatorUserId()`, `addOperatorUserIds()` from `OpenChannelParams`.
333-
- Improved stability.
332+
- Bug-fix in connection management.
333+
- Minor bug fixed.

SendBird.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Type Definitions for Sendbird SDK v3.0.139
2+
* Type Definitions for Sendbird SDK v3.0.140
33
* homepage: https://sendbird.com/
44
* git: https://github.com/sendbird/Sendbird-SDK-JavaScript
55
*/
@@ -1301,7 +1301,7 @@ declare namespace SendBird {
13011301
new(): OpenChannelParams;
13021302
channelUrl: string;
13031303
name: string;
1304-
coverUrlOrImage: string|File;
1304+
coverUrlOrImage: string | File;
13051305
data: string;
13061306
customType: string;
13071307

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

0 commit comments

Comments
 (0)