Skip to content

Commit

Permalink
Release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Feb 4, 2015
1 parent ef23c74 commit 29974ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

1.3.3 / 2015-02-03
==================

* socket: warn node_redis-style about missing `error`
* package: bump parser to better handle bad binary packets

1.3.2 / 2015-01-19
==================

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "socket.io",
"version": "1.3.2",
"version": "1.3.3",
"description": "node.js realtime framework server",
"keywords": [
"realtime",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"engine.io": "1.5.1",
"socket.io-parser": "2.2.3",
"socket.io-client": "1.3.2",
"socket.io-client": "1.3.3",
"socket.io-adapter": "0.3.1",
"has-binary-data": "0.1.3",
"debug": "2.1.0"
Expand Down

0 comments on commit 29974ac

Please sign in to comment.