Skip to content

Commit 437577f

Browse files
committed
v3.0.114
1 parent d3fb481 commit 437577f

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v3.0.114(DEC 18, 2019)
4+
5+
- Bug-fix in file uploading.
6+
- Improved stability.
7+
38
## v3.0.113(DEC 4, 2019)
49

510
- Added `errorCode` and `isResendable()` in `UserMessage` and `FileMessage`.

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ If you have trouble importing `SendBird`, please check your `tsconfig.json` file
3232

3333
- [Basic Sample](https://sample.sendbird.com/basic) using [Sendbird SDK](https://github.com/sendbird/SendBird-SDK-JavaScript). [download](https://github.com/sendbird/SendBird-JavaScript/tree/master/web-sample)
3434
- [Widget Sample](https://sample.sendbird.com/widget) using [Sendbird SDK](https://github.com/sendbird/SendBird-SDK-JavaScript). [download](https://github.com/sendbird/SendBird-JavaScript/tree/master/web-widget)
35-
- [LiveChat Sample](https://sample.sendbird.com/livechat) using [Sendbird SDK](https://github.com/sendbird/SendBird-SDK-JavaScript). [download](https://github.com/sendbird/SendBird-JavaScript/tree/master/web-live-chat)
36-
35+
- [LiveChat Sample](https://sample.sendbird.com/livechat) using [Sendbird SDK](https://github.com/sendbird/SendBird-SDK-JavaScript). [download](https://github.com/sendbird/SendBird-JavaScript/tree/master/web-live-chat)
3736

3837
## SyncManager
3938

@@ -46,12 +45,11 @@ Check out [Basic Sample with SyncManager](https://github.com/sendbird/SendBird-J
4645

4746
# [Documentation](https://docs.sendbird.com/javascript)
4847

49-
## v3.0.113(DEC 4, 2019)
48+
## v3.0.114(DEC 18, 2019)
5049

5150
If you want to check the record of other version, go to [Change Log](https://github.com/sendbird/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md).
5251

53-
- Added `errorCode` and `isResendable()` in `UserMessage` and `FileMessage`.
54-
- `resendUserMessage()` and `resendFileMessage()` work only when `isResendable()` is `true`.
52+
- Bug-fix in file uploading.
5553
- Improved stability.
5654

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

SendBird.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Type Definitions for SendBird SDK v3.0.113
2+
* Type Definitions for SendBird SDK v3.0.114
33
* homepage: https://sendbird.com/
44
* git: https://github.com/sendbird/SendBird-SDK-JavaScript
55
*/

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.113",
3+
"version": "3.0.114",
44
"authors": ["SendBird <support@sendbird.com>"],
55
"homepage": "https://github.com/sendbird/SendBird-SDK-JavaScript",
66
"description": "SendBird JavaScript SDK",

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

0 commit comments

Comments
 (0)