Skip to content

Commit 66cee87

Browse files
committed
v3.1.16
1 parent 62ca9ff commit 66cee87

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v3.1.15 (MAY 31, 2022)
3+
## v3.1.16 (MAY 31, 2022)
44
- Fixed bug TypingStatusUpdate event does not work in GroupChannelCollection.
55
- Fixed Wrong Type definition in SendBird.d.ts
66
- Fixed bug Android file upload is not working(RN)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ Additionally, migration guide for clients currently using SyncManager will be av
341341

342342
## Changelogs
343343

344-
### v3.1.15 (MAY 31, 2022)
344+
### v3.1.16 (MAY 31, 2022)
345345

346346
If you want to check the record of other versions, go to [Change Log](https://github.com/sendbird/Sendbird-SDK-JavaScript/blob/master/CHANGELOG.md).
347347

SendBird.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Type Definitions for Sendbird SDK v3.1.15
2+
* Type Definitions for Sendbird SDK v3.1.16
33
* homepage: https://sendbird.com/
44
* git: https://github.com/sendbird/Sendbird-SDK-JavaScript
55
*/
@@ -904,6 +904,7 @@ declare namespace SendBird {
904904
interface User {
905905
userId: string;
906906
nickname: string;
907+
profileUrl: string;
907908
plainProfileUrl: string;
908909
metaData: Object;
909910
connectionStatus: string;

SendBird.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",
3-
"version": "3.1.15",
3+
"version": "3.1.16",
44
"authors": [
55
"Sendbird <support@sendbird.com>"
66
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird",
3-
"version": "3.1.15",
3+
"version": "3.1.16",
44
"description": "Sendbird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)