Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Nov 21, 2014
1 parent 4e4bbf9 commit 24d06d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
@@ -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
==================

Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand All @@ -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"
Expand Down

0 comments on commit 24d06d7

Please sign in to comment.