Release 1.2.1

This commit is contained in:
Guillermo Rauch
2014-11-21 04:59:14 +01:00
parent 4e4bbf918e
commit 24d06d76dd
2 changed files with 9 additions and 2 deletions

View File

@@ -1,4 +1,11 @@
1.2.1 / 2014-11-21
==================
* fix protocol violations and improve error handling (GH-1880)
* package: bump `engine.io` for websocket leak fix [3rd-Eden]
* style tweaks
1.2.0 / 2014-10-27
==================

View File

@@ -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 @@
"dependencies": {
"engine.io": "1.4.3",
"socket.io-parser": "2.2.2",
"socket.io-client": "1.2.0",
"socket.io-client": "1.2.1",
"socket.io-adapter": "0.3.1",
"has-binary-data": "0.1.3",
"debug": "0.7.4"