Skip to content

Commit 2433b9a

Browse files
committed
v3.0.78
1 parent 3d83941 commit 2433b9a

File tree

6 files changed

+22
-14
lines changed

6 files changed

+22
-14
lines changed

CHANGELOG.md

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

4+
## v3.0.78(SEP 11, 2018)
5+
* Improved stability.
6+
* Minor bug fixed.
7+
48
## v3.0.77(SEP 5, 2018)
59
* Fixed a bug to support NodeJS below 10.
610

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
SendBird-SDK-JavaScript
1+
[![npm](https://img.shields.io/npm/v/sendbird.svg?style=popout&colorB=red)](https://www.npmjs.com/package/sendbird)
2+
3+
SendBird JavaScript SDK
24
===========
3-
5+
46
[SendBird](https://sendbird.com) provides the chat API and SDK for your app enabling real-time communication among your users.
57

68

@@ -38,9 +40,10 @@ If you have trouble importing `SendBird`, please check your `tsconfig.json` file
3840

3941
# [Documentation](https://docs.sendbird.com/javascript)
4042

41-
## v3.0.77(SEP 5, 2018)
43+
## v3.0.78(SEP 11, 2018)
4244
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).
43-
* Fixed a bug to support NodeJS below 10.
45+
* Improved stability.
46+
* Minor bug fixed.
4447

4548

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

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.0.77
2+
* Type Definitions for SendBird SDK v3.0.78
33
* homepage: https://sendbird.com/
44
* git: https://github.com/smilefam/SendBird-SDK-JavaScript
55
*/
@@ -1070,6 +1070,7 @@ declare namespace SendBird {
10701070
channelUrlsFilter: Array<string>;
10711071
superChannelFilter: 'all' | 'super' | 'nonsuper';
10721072
publicChannelFilter: 'all' | 'public' | 'private';
1073+
10731074
next(callback: groupChannelListQueryCallback): void;
10741075
}
10751076

SendBird.min.js

Lines changed: 7 additions & 7 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.77",
3+
"version": "3.0.78",
44
"authors": ["SendBird <[email protected]>"],
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.77",
3+
"version": "3.0.78",
44
"description": "SendBird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)