Skip to content

Commit bebdc52

Browse files
Liam ChoLiam Cho
Liam Cho
authored and
Liam Cho
committed
v3.0.144
1 parent 6a3850d commit bebdc52

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v3.0.144(FEB 19, 2021)
4+
5+
- Add & Delete reaction API bug-fix to support emoji code and URI encoding.
6+
- React native bug fix: Group channel static `buildFromSerializedData()`.
7+
38
## v3.0.143(FEB 04, 2021)
49

510
- IE11 compatibility fix for `getPreviousMessagesByID()`.

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

0 commit comments

Comments
 (0)