Skip to content

Commit df05b73

Browse files
committedNov 28, 2018
[chore] Release 2.2.0
1 parent b00ae50 commit df05b73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

β€Žpackage.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "node.js realtime framework server",
55
"keywords": [
66
"realtime",
@@ -28,7 +28,7 @@
2828
"engine.io": "~3.3.1",
2929
"has-binary2": "~1.0.2",
3030
"socket.io-adapter": "~1.1.0",
31-
"socket.io-client": "https://github.com/socketio/socket.io-client.git#develop",
31+
"socket.io-client": "2.2.0",
3232
"socket.io-parser": "~3.3.0"
3333
},
3434
"devDependencies": {

5 commit comments

Comments
 (5)

davericher commented on Nov 29, 2018

@davericher

This breaks CORS via withCredentials defaulting to on

darrachequesne commented on Nov 29, 2018

@darrachequesne
MemberAuthor

@davericher I'll try to look into that. Could you please open an issue with all details? Thanks!

sjones6 commented on Nov 29, 2018

@sjones6

@darrachequesne @davericher : Opened #3381. Still digging into the problem so details are thin. Will fill in as I debug more.

Bramzor commented on Nov 29, 2018

@Bramzor

Possible to roll this back as it breaks environments when the new update gets installed without knowing?

darrachequesne commented on Nov 29, 2018

@darrachequesne
MemberAuthor

when the new update gets installed without knowing

@Bramzor I don't understand, aren't you able to lock your dependencies?

Please sign in to comment.