Skip to content

Commit 07824d7

Browse files
committed
v3.1.26
1 parent 8334a13 commit 07824d7

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
## v3.1.26 (SEP 7, 2022)
3+
- Fixed wrong includeMetaArray property happening during changelog sync
24
## v3.1.25 (AUG 31, 2022)
35
- Implemented channel membership history where clients can retrieve whether users have joined or left the channel
46
- Improved stability

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,7 @@ Additionally, migration guide for clients currently using SyncManager will be av
341341

342342
## Changelogs
343343

344-
## v3.1.25 (AUG 31, 2022)
345-
- Implemented channel membership history where clients can retrieve whether users have joined or left the channel
346-
- Improved stability
344+
## v3.1.26 (SEP 7, 2022)
345+
- Fixed wrong includeMetaArray property happening during changelog sync
347346

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

SendBird.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Type Definitions for Sendbird SDK v3.1.25
2+
* Type Definitions for Sendbird SDK v3.1.26
33
* homepage: https://sendbird.com/
44
* git: https://github.com/sendbird/Sendbird-SDK-JavaScript
55
*/

SendBird.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird",
3-
"version": "3.1.25",
3+
"version": "3.1.26",
44
"authors": [
55
"Sendbird <[email protected]>"
66
],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird",
3-
"version": "3.1.25",
3+
"version": "3.1.26",
44
"description": "Sendbird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)