Skip to content

Commit 174f2ce

Browse files
author
Cobb Jung
committed
1.5.1
1 parent 5f67a15 commit 174f2ce

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Change Log
2+
3+
### 1.5.1 (Dec 28, 2020 UTC)
4+
* Bug fix
5+
* Fixed an unexpected exception.
6+
27
### 1.5.0 (Dec 24, 2020 UTC)
38
* Added support for integration with Sendbird Chat
49
* Added `sendBirdChatOptions` to `DialParams`

SendBirdCall.min.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** 1.5.0 */
1+
/** 1.5.1 */
22

33
// eslint-disable-next-line no-undef
44
export as namespace SendBirdCall;

SendBirdCall.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-calls",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"authors": [
55
"SendBird <[email protected]>"
66
],

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird-calls",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "SendBird Calls JavaScript SDK",
55
"main": "SendBirdCall.min.js",
66
"types": "SendBirdCall.min.d.ts",

0 commit comments

Comments
 (0)