Skip to content

Commit 752a72b

Browse files
committed
v3.0.31
1 parent 1597629 commit 752a72b

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Changelog
22
=========
3+
## v3.0.31
4+
* Fixed a compatibility issue with React Native.
5+
36
## v3.0.30
47
* Added `getPushTemplate()` and `setPushTemplate()`.
58
* Added checking SDK's version using `SendBird.version`.

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,9 @@ SendBird-SDK-JavaScript
2929
# [Documentation](https://docs.sendbird.com/javascript)
3030

3131

32-
## Upgrading to v3.0.30
32+
## Upgrading to v3.0.31
3333
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).
34-
* Added `getPushTemplate()` and `setPushTemplate()`.
35-
* Added checking SDK's version using `SendBird.version`.
36-
* Now support connecting to custom host.
37-
* Added return value when call `cancelUploadingFileMessage()`.
34+
* Fixed a compatibility issue with React Native.
3835

3936

4037
## [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.30",
3+
"version": "3.0.31",
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.30",
3+
"version": "3.0.31",
44
"description": "SendBird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)