Skip to content

Commit eebe652

Browse files
committed
v3.0.63
1 parent 1eb40be commit eebe652

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
=========
33

4+
## v3.0.63
5+
* Fixed an occasional member count mismatch in a super group channel.
6+
47
## v3.0.62
58
* Added a property named `myRole` in the `GroupChannel` which is a role of current user in the group channel.
69
* Added `GroupChannelTotalUnreadMessageCountParams` class that is used to get total unread message count.

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@ If you have trouble importing `SendBird`, please check your `tsconfig.json` file
3939
# [Documentation](https://docs.sendbird.com/javascript)
4040

4141

42-
## Upgrading to v3.0.62
42+
## Upgrading to v3.0.63
4343
If you want to check the record of other version, go to [Change Log](https://github.com/smilefam/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md).
44-
* Added a property named `myRole` in the `GroupChannel` which is a role of current user in the group channel.
45-
* Added `GroupChannelTotalUnreadMessageCountParams` class that is used to get total unread message count.
44+
* Fixed an occasional member count mismatch in a super group channel.
4645

4746

4847
## [Change Log](https://github.com/smilefam/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md)

SendBird.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Type Definitions for SendBird SDK v3.0.62
2+
* Type Definitions for SendBird SDK v3.0.63
33
* homepage: https://sendbird.com/
44
* git: https://github.com/smilefam/SendBird-SDK-JavaScript
55
*/

SendBird.min.js

Lines changed: 6 additions & 6 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.0.62",
3+
"version": "3.0.63",
44
"authors": ["SendBird <support@sendbird.com>"],
55
"homepage": "https://github.com/smilefam/SendBird-SDK-JavaScript",
66
"description": "SendBird JavaScript SDK",

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.0.62",
3+
"version": "3.0.63",
44
"description": "SendBird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)