Skip to content

Commit 0023ce3

Browse files
[chore] Release 2.0.0 (#533)
1 parent 387be05 commit 0023ce3

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

History.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
2.0.0 / 2017-01-22
3+
===================
4+
5+
* [chore] Fix Saucelabs tests (#532)
6+
* [chore] Actually run tests in Saucelabs (#527)
7+
* [feature] Allow extraHeaders to be set for browser clients in XHR requests (#519)
8+
* [feature] Add support for per transport options (#518)
9+
* [chore] Bump engine.io-parser to version 2.0.0 (#525)
10+
* [chore] Update zuul config to speed up tests (#526)
11+
212
1.8.2 / 2016-12-11
313
===================
414

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "engine.io-client",
33
"description": "Client for the realtime Engine",
44
"license": "MIT",
5-
"version": "1.8.2",
5+
"version": "2.0.0",
66
"homepage": "https://github.com/socketio/engine.io-client",
77
"contributors": [
88
{
@@ -45,7 +45,7 @@
4545
"concat-stream": "1.4.6",
4646
"del": "2.2.0",
4747
"derequire": "1.2.0",
48-
"engine.io": "socketio/engine.io",
48+
"engine.io": "2.0.0",
4949
"eslint-config-standard": "4.4.0",
5050
"eslint-plugin-standard": "1.3.1",
5151
"expect.js": "0.2.0",

0 commit comments

Comments
 (0)