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 4e4bbf9 commit 24d06d7Copy full SHA for 24d06d7
History.md
@@ -1,4 +1,11 @@
1
2
+1.2.1 / 2014-11-21
3
+==================
4
+
5
+ * fix protocol violations and improve error handling (GH-1880)
6
+ * package: bump `engine.io` for websocket leak fix [3rd-Eden]
7
+ * style tweaks
8
9
1.2.0 / 2014-10-27
10
==================
11
package.json
@@ -1,6 +1,6 @@
{
"name": "socket.io",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "node.js realtime framework server",
"keywords": [
"realtime",
@@ -21,7 +21,7 @@
21
"dependencies": {
22
"engine.io": "1.4.3",
23
"socket.io-parser": "2.2.2",
24
- "socket.io-client": "1.2.0",
+ "socket.io-client": "1.2.1",
25
"socket.io-adapter": "0.3.1",
26
"has-binary-data": "0.1.3",
27
"debug": "0.7.4"
0 commit comments