Skip to content

Commit b96b0dd

Browse files
committed
v3.1.4
1 parent 9c57a13 commit b96b0dd

File tree

6 files changed

+9
-11
lines changed

6 files changed

+9
-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.1.4 (DEC 14, 2021)
4+
- Improved stability.
5+
36
## v3.1.3 (DEC 10, 2021)
47
- Added `useAsyncStorageAsDatabase` in `SendBird` for React Native.
58
- Fixed type signatures:

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -341,13 +341,8 @@ Additionally, migration guide for clients currently using SyncManager will be av
341341

342342
## Changelogs
343343

344-
### v3.1.3 (DEC 10, 2021)
344+
### v3.1.4 (DEC 14, 2021)
345345

346346
If you want to check the record of other versions, go to [Change Log](https://github.com/sendbird/Sendbird-SDK-JavaScript/blob/master/CHANGELOG.md).
347347

348-
- Added `useAsyncStorageAsDatabase` in `SendBird` for React Native.
349-
- Fixed type signatures:
350-
- Fixed `setOrder` in `GroupChannelCollection`.
351-
- Fixed `next` in `OpenChannelListQuery`.
352-
- Fixed `load` in `PreviousMessageListQuery`.
353348
- Improved stability.

SendBird.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Type Definitions for Sendbird SDK v3.1.3
2+
* Type Definitions for Sendbird SDK v3.1.4
33
* homepage: https://sendbird.com/
44
* git: https://github.com/sendbird/Sendbird-SDK-JavaScript
55
*/

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": "3.1.3",
3+
"version": "3.1.4",
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.1.3",
3+
"version": "3.1.4",
44
"description": "Sendbird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)