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 0a7afa8 commit 1f59e45Copy full SHA for 1f59e45
History.md
@@ -1,4 +1,10 @@
1
2
+1.7.2 / 2016-12-11
3
+===================
4
+
5
+ * [chore] Bump engine.io to version 1.8.2 (#2782)
6
+ * [fix] Fixes socket.use error packet (#2772)
7
8
1.7.1 / 2016-11-28
9
===================
10
package.json
@@ -1,6 +1,6 @@
{
"name": "socket.io",
- "version": "1.7.1",
+ "version": "1.7.2",
"description": "node.js realtime framework server",
"keywords": [
"realtime",
@@ -29,7 +29,7 @@
29
"has-binary": "0.1.7",
30
"object-assign": "4.1.0",
31
"socket.io-adapter": "0.5.0",
32
- "socket.io-client": "1.7.1",
+ "socket.io-client": "1.7.2",
33
"socket.io-parser": "2.3.1"
34
},
35
"devDependencies": {
0 commit comments