Skip to content

Commit

Permalink
ver3.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
Alchemist85K committed Nov 13, 2017
1 parent 78fe4fa commit 15b5e01
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

## v3.0.45
* Minor bug fixes.

## v3.0.44
* Added `customTypeFilter` in `createMyGroupChannelListQuery`.
* Added `onChannelHidden` in `ChannelHandler`.
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ SendBird-SDK-JavaScript
# [Documentation](https://docs.sendbird.com/javascript)


## Upgrading to v3.0.44
## Upgrading to v3.0.45
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).
* Added `customTypeFilter` in `createMyGroupChannelListQuery`.
* Added `onChannelHidden` in `ChannelHandler`.
* Minor bug fixes.


## [Change Log](https://github.com/smilefam/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md)
Expand Down
10 changes: 5 additions & 5 deletions SendBird.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sendbird",
"version": "3.0.44",
"version": "3.0.45",
"authors": [
"SendBird <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sendbird",
"version": "3.0.44",
"version": "3.0.45",
"description": "SendBird JavaScript SDK",
"main": "SendBird.min.js",
"dependencies": {
Expand Down

0 comments on commit 15b5e01

Please sign in to comment.