Skip to content

Commit 8334a13

Browse files
committed
v3.1.25
1 parent ccdcbaa commit 8334a13

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
2-
2+
## v3.1.25 (AUG 31, 2022)
3+
- Implemented channel membership history where clients can retrieve whether users have joined or left the channel
4+
- Improved stability
35
## v3.1.24 (AUG 119, 2022)
46
- Fixed Promise polyfill for browsers that do not support 'Promise.finally()'
57
- Improved stability

README.md

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

342342
## Changelogs
343343

344-
## v3.1.24 (AUG 19, 2022)
345-
- Fixed Promise polyfill for browsers that do not support 'Promise.finally()'
344+
## v3.1.25 (AUG 31, 2022)
345+
- Implemented channel membership history where clients can retrieve whether users have joined or left the channel
346346
- Improved stability
347347

348348
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

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.24
2+
* Type Definitions for Sendbird SDK v3.1.25
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.24",
3+
"version": "3.1.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": "3.1.24",
3+
"version": "3.1.25",
44
"description": "Sendbird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)