Skip to content

Commit 24d06d7

Browse files
committed
Release 1.2.1
1 parent 4e4bbf9 commit 24d06d7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

History.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

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+
29
1.2.0 / 2014-10-27
310
==================
411

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "node.js realtime framework server",
55
"keywords": [
66
"realtime",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"engine.io": "1.4.3",
2323
"socket.io-parser": "2.2.2",
24-
"socket.io-client": "1.2.0",
24+
"socket.io-client": "1.2.1",
2525
"socket.io-adapter": "0.3.1",
2626
"has-binary-data": "0.1.3",
2727
"debug": "0.7.4"

0 commit comments

Comments
 (0)