Skip to content

Commit e38ca98

Browse files
committed
v3.0.137
1 parent 4d9b651 commit e38ca98

File tree

6 files changed

+11
-9
lines changed

6 files changed

+11
-9
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v3.0.137(OCT 21, 2020)
4+
5+
- Bug-fix in `profileUrl`.
6+
37
## v3.0.136(OCT 16, 2020)
48

59
- Added `showSubchannelMessagesOnly` in `MessageListParams` and `PreviousMessageListQuery`.

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,11 @@ Check out [Basic Sample with SyncManager](https://github.com/sendbird/Sendbird-J
5252

5353
# [Documentation](https://docs.sendbird.com/javascript)
5454

55-
## v3.0.136(OCT 16, 2020)
55+
## v3.0.137(OCT 21, 2020)
5656

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

59-
- Added `showSubchannelMessagesOnly` in `MessageListParams` and `PreviousMessageListQuery`.
60-
- Bug-fix in `profileUrl` not showing in `Sender`.
61-
- Improved stability.
59+
- Bug-fix in `profileUrl`.
6260

6361
## [Change Log](https://github.com/sendbird/Sendbird-SDK-JavaScript/blob/master/CHANGELOG.md)
6462

SendBird.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Type Definitions for Sendbird SDK v3.0.136
2+
* Type Definitions for Sendbird SDK v3.0.137
33
* homepage: https://sendbird.com/
44
* git: https://github.com/sendbird/Sendbird-SDK-JavaScript
55
*/

SendBird.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",
3-
"version": "3.0.136",
3+
"version": "3.0.137",
44
"authors": ["Sendbird <[email protected]>"],
55
"homepage": "https://github.com/sendbird/Sendbird-SDK-JavaScript",
66
"description": "Sendbird JavaScript SDK",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird",
3-
"version": "3.0.136",
3+
"version": "3.0.137",
44
"description": "Sendbird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)