Skip to content

Commit edec907

Browse files
author
victor.lee
committed
SDK version up
1 parent 0511762 commit edec907

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

CHANGELOG.md

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

4+
## v3.0.7
5+
### update
6+
* Added features like filtered user list, open channel keyword search, push preference setting, etc.
7+
* `messageListQuery` bugfix.
8+
49
## v3.0.6
510
### update
611
* add dependencies
7-
12+
813
## v3.0.5
914
### update
1015
* NodeJS Keepalive bugfix.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ SendBird-SDK-JavaScript
2727
# [Documentation](https://docs.sendbird.com/javascript)
2828

2929

30-
## Upgrading to v3.0.6
30+
## Upgrading to v3.0.7
3131
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).
3232

33-
* add dependencies.
33+
* Added features like filtered user list, open channel keyword search, push preference setting, etc.
34+
* `messageListQuery` bugfix.
3435

3536

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

SendBird.min.js

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

0 commit comments

Comments
 (0)