Skip to content

Commit ad00f42

Browse files
committed
v3.0.158
1 parent 0ed7788 commit ad00f42

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

CHANGELOG.md

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

3+
## v3.0.158(OCT 06, 2021)
4+
- Improved stability.
5+
36
## v3.0.157(OCT 01, 2021)
47
- Downgraded ws version from 8.2.0 to 7.5.5 due to Webpack 5 build error.
58

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,9 @@ The `sb.setErrorFirstCallback(false)` returns callbacks to their original parame
325325

326326
## Changelogs
327327

328-
### v3.0.157(OCT 01, 2021)
328+
### v3.0.158(OCT 06, 2021)
329329

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

332-
- Downgraded ws version from 8.2.0 to 7.5.5 due to Webpack 5 build error.
332+
- Improved stability.
333333

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.157
2+
* Type Definitions for Sendbird SDK v3.0.158
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.157",
3+
"version": "3.0.158",
44
"authors": [
55
"Sendbird <[email protected]>"
66
],

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "sendbird",
3-
"version": "3.0.157",
3+
"version": "3.0.158",
44
"description": "Sendbird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {
77
"agentkeepalive": "4.1.4",
88
"axios": "^0.21.4",
99
"form-data": "^4.0.0",
10-
"ws": "^8.2.2"
10+
"ws": "^7.5.5"
1111
},
1212
"scripts": {
1313
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)