Skip to content

Commit 52dc2fc

Browse files
committed
0.9.0
1 parent f7fbaca commit 52dc2fc

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Change Log
2+
### 0.9.0 (Mar 18, 2020)
3+
* Internal improvement
24
### 0.8.1 (Mar 13, 2020)
35
* Bug fix
46
* Fixed error when user accepted call without specifying localMediaView
@@ -22,7 +24,7 @@
2224

2325
* Below implementable event listeners are added in `DirectCall`
2426
* `onRemoteVideoSettingsChanged: ((call: DirectCall) => void) | null`
25-
27+
2628
* Below property is added in `DirectCallOption`
2729
* `videoEnabled?: boolean`
2830

SendBirdCall.min.d.ts

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

33
export as namespace SendBirdCall;
44

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": "0.8.1",
3+
"version": "0.9.0",
44
"authors": [
55
"SendBird <support@sendbird.com>"
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": "0.8.1",
3+
"version": "0.9.0",
44
"description": "SendBird Calls JavaScript SDK",
55
"main": "SendBirdCall.min.js",
66
"types": "SendBirdCall.min.d.ts",

0 commit comments

Comments
 (0)