Skip to content

Commit 4e2ac06

Browse files
committed
1.10.13
1 parent af6a612 commit 4e2ac06

6 files changed

+9
-6
lines changed

CHANGELOG.md

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

3+
### 1.10.13 (Aug 4, 2023 UTC)
4+
* Fixed an issue where CSP(Content Security Policy) error occurs if `script-src` is `self`.
5+
36
### 1.10.12 (Aug 2, 2023 UTC)
47
* Fix an issue where Direct Call's Connection Quality would report `UNAVAILABLE` for a few seconds after connecting the call.
58

SendBirdCall.min.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** 1.10.12 */
1+
/** 1.10.13 */
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.12",
3+
"version": "1.10.13",
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.12",
3+
"version": "1.10.13",
44
"description": "SendBird Calls JavaScript SDK",
55
"main": "SendBirdCall.min.js",
66
"types": "SendBirdCall.min.d.ts",

0 commit comments

Comments
 (0)