Skip to content

Commit f0121e1

Browse files
committed
1.10.5
1 parent 4a8ed02 commit f0121e1

6 files changed

+10
-20
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
### 1.10.5 (May 4, 2023 UTC)
4+
* Fixed the bug that User.metaData is always undefined.
5+
* Fixed `self is not defined` error in node environment.
6+
37
### 1.10.4 (Mar 10, 2023 UTC)
48
* Added a feature to kick other participants in a room with the same user id as the current user.
59
* Added `kickSiblings` in `EnterParams`.

SendBirdCall.min.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** 1.10.4 */
1+
/** 1.10.5 */
22
// eslint-disable-next-line no-undef,max-classes-per-file
33
export as namespace SendBirdCall;
44

SendBirdCall.min.js

+2-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird-calls",
3-
"version": "1.10.4",
3+
"version": "1.10.5",
44
"authors": [
55
"SendBird <support@sendbird.com>"
66
],

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)