Skip to content

Commit 87185c4

Browse files
author
victor.lee
committed
SDK version up
1 parent 851fa6b commit 87185c4

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ Changelog
22
=========
33

44

5+
## v2.4.25
6+
7+
### add
8+
* added `cancelHandler` for cancel upload.
9+
10+
511
## v2.4.24
612

713
### add

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ SendBird-SDK-JavaScript
2727
# [Documentation](https://sendbird.gitbooks.io/sendbird-web-sdk/content/en/index.html)
2828

2929

30-
## Upgrading to v2.4.24
30+
## Upgrading to v2.4.25
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-
* added `onUploadProgress` event.
33+
* added `cancelHandler` for cancel upload.
3434

3535

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

SendBird.min.js

Lines changed: 2 additions & 2 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": "2.4.24",
3+
"version": "2.4.25",
44
"authors": [
55
"SendBird <support@sendbird.com>"
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": "2.4.24",
3+
"version": "2.4.25",
44
"description": "SendBird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)