diff --git a/History.md b/History.md index 7a232c735..3c8106fc8 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,16 @@ +1.8.0 / 2016-11-20 +=================== + + * [fix] Fixed regression creating connection over https from node (#513) + * [fix] Fixed regression creating connection over wss from node (#514) + * [feature] Enable definition of timeouts for xhr-polling (#456) + * [feature] Added flag forceNode to override the normal behavior of prefering Browser based implementations. (#469) + * [feature] add localAddress option (#487) + * [chore] update dependencies (#516) + * [chore] Speed up lint by avoiding '**/*.js' matching pattern (#517) + * [chore] Bump debug to version 2.3.3 (#520) + 1.7.2 / 2016-10-24 =================== diff --git a/package.json b/package.json index 35819a77e..9be2aa58c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "engine.io-client", "description": "Client for the realtime Engine", "license": "MIT", - "version": "1.7.2", + "version": "1.8.0", "homepage": "https://github.com/socketio/engine.io-client", "contributors": [ { @@ -47,7 +47,7 @@ "derequire": "1.2.0", "eslint-config-standard": "4.4.0", "eslint-plugin-standard": "1.3.1", - "engine.io": "1.7.2", + "engine.io": "1.8.0", "expect.js": "0.2.0", "express": "3.4.8", "gulp": "3.9.0",