Release 1.4.2

This commit is contained in:
Guillermo Rauch
2014-10-27 07:47:15 -07:00
parent 0cc7cdfe6c
commit 7de96249b0
2 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,9 @@
1.4.2 / 2014-10-08
==================
* add iframe onload handling to jsonp tests [rase-]
1.4.1 / 2014-10-03
==================

View File

@@ -1,6 +1,6 @@
{
"name": "engine.io",
"version": "1.4.1",
"version": "1.4.2",
"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>",
@@ -25,7 +25,7 @@
"mocha": "1.12.0",
"expect.js": "0.2.0",
"superagent": "0.15.4",
"engine.io-client": "1.4.1",
"engine.io-client": "1.4.2",
"s": "0.1.1"
},
"scripts": { "test" : "make test" },