Skip to content

Commit

Permalink
Release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Oct 3, 2014
1 parent aac04df commit 3eb5b89
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.4.1 / 2014-10-03
==================

* socket: allow upgrades if the socket is still in closing state
* README: fix typo

1.4.0 / 2014-09-03
==================

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": "engine.io",
"version": "1.4.0",
"version": "1.4.1",
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
"main": "./lib/engine.io",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
Expand All @@ -25,7 +25,7 @@
"mocha": "1.12.0",
"expect.js": "0.2.0",
"superagent": "0.15.4",
"engine.io-client": "1.4.0",
"engine.io-client": "1.4.1",
"s": "0.1.1"
},
"scripts": { "test" : "make test" },
Expand Down

0 comments on commit 3eb5b89

Please sign in to comment.