diff --git a/History.md b/History.md index b0a08610..047543d9 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +1.4.2 / 2014-10-08 +================== + + * add iframe onload handling to jsonp tests [rase-] + 1.4.1 / 2014-10-03 ================== diff --git a/package.json b/package.json index 749d218f..45c3ba0f 100644 --- a/package.json +++ b/package.json @@ -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 ", @@ -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" },