Skip to content

Commit

Permalink
v3.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
danney-chun committed Aug 31, 2022
1 parent ccdcbaa commit 8334a13
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## v3.1.25 (AUG 31, 2022)
- Implemented channel membership history where clients can retrieve whether users have joined or left the channel
- Improved stability
## v3.1.24 (AUG 119, 2022)
- Fixed Promise polyfill for browsers that do not support 'Promise.finally()'
- Improved stability
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ Additionally, migration guide for clients currently using SyncManager will be av

## Changelogs

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

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).
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.24
* Type Definitions for Sendbird SDK v3.1.25
* homepage: https://sendbird.com/
* git: https://github.com/sendbird/Sendbird-SDK-JavaScript
*/
Expand Down
4 changes: 2 additions & 2 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.24",
"version": "3.1.25",
"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.24",
"version": "3.1.25",
"description": "Sendbird JavaScript SDK",
"main": "SendBird.min.js",
"dependencies": {
Expand Down

0 comments on commit 8334a13

Please sign in to comment.