Skip to content

Commit

Permalink
ver 3.0.47
Browse files Browse the repository at this point in the history
  • Loading branch information
Alchemist85K committed Nov 23, 2017
1 parent 3fca4ee commit 936615b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 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.47
* Update TypeScript Definition file(SendBird.d.ts).

## v3.0.46
* Minor bug fixes.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ SendBird-SDK-JavaScript
# [Documentation](https://docs.sendbird.com/javascript)


## Upgrading to v3.0.46
## Upgrading to v3.0.47
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).
* Minor bug fixes.
* Update TypeScript Definition file(SendBird.d.ts).


## [Change Log](https://github.com/smilefam/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md)
Expand Down
4 changes: 1 addition & 3 deletions SendBird.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
*/

declare const SendBird: SendBirdStatic;
declare module 'SendBird' {
export = SendBird;
}
export = SendBird;

type userCallback = (user: User, error: Object) => void;
type pushSettingCallback = (response: string, error: Object) => void;
Expand Down
8 changes: 4 additions & 4 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.46",
"version": "3.0.47",
"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.46",
"version": "3.0.47",
"description": "SendBird JavaScript SDK",
"main": "SendBird.min.js",
"dependencies": {
Expand Down

0 comments on commit 936615b

Please sign in to comment.