Skip to content

Commit 1e02314

Browse files
authored
Merge pull request #13 from sendbird/release/1.10.18
Release 1.10.18
2 parents 4148dbe + d48c295 commit 1e02314

6 files changed

+10
-6
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Change Log
2+
### 1.10.18 (Mar 14, 2024 UTC)
3+
* Updated the WebRTC version
4+
* Improved WebRTC internal logging
5+
26
### 1.10.17 (Feb 21, 2024 UTC)
37
* Added `webhook` property in `DialParams`.
48

SendBirdCall.min.d.ts

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

SendBirdCall.min.js

+2-2
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.17",
3+
"version": "1.10.18",
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.17",
3+
"version": "1.10.18",
44
"description": "SendBird Calls JavaScript SDK",
55
"main": "SendBirdCall.min.js",
66
"types": "SendBirdCall.min.d.ts",

0 commit comments

Comments
 (0)