From 0023ce3e9554f5a29cb36ac8cc8c7fc4b0438174 Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Sun, 22 Jan 2017 22:48:05 +0100 Subject: [PATCH] [chore] Release 2.0.0 (#533) --- History.md | 10 ++++++++++ package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 7f4a91b96..08f607f5c 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,14 @@ +2.0.0 / 2017-01-22 +=================== + + * [chore] Fix Saucelabs tests (#532) + * [chore] Actually run tests in Saucelabs (#527) + * [feature] Allow extraHeaders to be set for browser clients in XHR requests (#519) + * [feature] Add support for per transport options (#518) + * [chore] Bump engine.io-parser to version 2.0.0 (#525) + * [chore] Update zuul config to speed up tests (#526) + 1.8.2 / 2016-12-11 =================== diff --git a/package.json b/package.json index b0033bfa5..24ecd13bf 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.8.2", + "version": "2.0.0", "homepage": "https://github.com/socketio/engine.io-client", "contributors": [ { @@ -45,7 +45,7 @@ "concat-stream": "1.4.6", "del": "2.2.0", "derequire": "1.2.0", - "engine.io": "socketio/engine.io", + "engine.io": "2.0.0", "eslint-config-standard": "4.4.0", "eslint-plugin-standard": "1.3.1", "expect.js": "0.2.0",