Skip to content

Commit 0014391

Browse files
committed
v3.0.81
1 parent e8f2227 commit 0014391

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
## v3.0.80(SEP 21, 2018)
4+
## v3.0.81(SEP 21, 2018)
55
* Added readStatus of currentUser by passing `true` as first argument to `getReadStatus()` in `GroupChannel`. Passing `false` or nothing to `getReadStatus()` returns the read status without currentUser.
66
* Added `getReadMembers()` in `GroupChannel` to return a list of members who read the message.
77
* Added `getUnreadMember()` in `GroupChannel` to return a list of members who did not read the message.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you have trouble importing `SendBird`, please check your `tsconfig.json` file
4040

4141
# [Documentation](https://docs.sendbird.com/javascript)
4242

43-
## v3.0.80(SEP 21, 2018)
43+
## v3.0.81(SEP 21, 2018)
4444
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).
4545
* Added readStatus of currentUser by passing `true` as first argument to `getReadStatus()` in `GroupChannel`. Passing `false` or nothing to `getReadStatus()` returns the read status without currentUser.
4646
* Added `getReadMembers()` in `GroupChannel` to return a list of members who read the message.

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.80
2+
* Type Definitions for SendBird SDK v3.0.81
33
* homepage: https://sendbird.com/
44
* git: https://github.com/smilefam/SendBird-SDK-JavaScript
55
*/

SendBird.min.js

Lines changed: 5 additions & 5 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.80",
3+
"version": "3.0.81",
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.80",
3+
"version": "3.0.81",
44
"description": "SendBird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)