Skip to content

Commit

Permalink
v3.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gignac-cha committed Apr 29, 2022
1 parent 417c8af commit ff27203
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 23 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v3.1.11 (APR 29, 2022)
- Fixed bug when reading unsent file message from local cache in React Native.
- Fixed bug storing cached metadata into local cache in `BaseChannel`.

## v3.1.10 (APR 04, 2022)
- Fixed issue of MessageCollection changelog partially not updating/deleting cached messages.
- Fixed type error of `isUserMessage()` being undefined.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,9 @@ Additionally, migration guide for clients currently using SyncManager will be av

## Changelogs

## v3.1.10 (APR 04, 2022)
### v3.1.11 (APR 29, 2022)

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).

- Fixed issue of MessageCollection changelog partially not updating/deleting cached messages.
- Fixed type error of `isUserMessage()` being undefined.
- Fixed bug when reading unsent file message from local cache in React Native.
- Fixed bug storing cached metadata into local cache in `BaseChannel`.
2 changes: 1 addition & 1 deletion SendBird.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Type Definitions for Sendbird SDK v3.1.10
* Type Definitions for Sendbird SDK v3.1.11
* homepage: https://sendbird.com/
* git: https://github.com/sendbird/Sendbird-SDK-JavaScript
*/
Expand Down
19 changes: 2 additions & 17 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.1.10",
"version": "3.1.11",
"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.1.10",
"version": "3.1.11",
"description": "Sendbird JavaScript SDK",
"main": "SendBird.min.js",
"dependencies": {
Expand Down

0 comments on commit ff27203

Please sign in to comment.