From 6d7d66401b0a7968d89c2998fbc98586184d6cc3 Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne <damien.arrachequesne@gmail.com> Date: Sun, 20 Nov 2016 03:25:46 +0100 Subject: [PATCH] [chore] Release 1.8.0 (#521) --- History.md | 12 ++++++++++++ package.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) 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",