We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a005690 commit 832b8fcCopy full SHA for 832b8fc
History.md
@@ -1,4 +1,9 @@
1
2
+2.0.1 / 2017-05-09
3
+===================
4
+
5
+ * [fix] Update path of client file (#2934)
6
7
2.0.0 / 2017-05-09
8
===================
9
package.json
@@ -1,6 +1,6 @@
{
"name": "socket.io",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "node.js realtime framework server",
"keywords": [
"realtime",
@@ -28,7 +28,7 @@
28
"engine.io": "~3.1.0",
29
"object-assign": "~4.1.1",
30
"socket.io-adapter": "~1.1.0",
31
- "socket.io-client": "2.0.0",
+ "socket.io-client": "2.0.1",
32
"socket.io-parser": "~3.1.1"
33
},
34
"devDependencies": {
0 commit comments