Skip to content

Commit 10e3802

Browse files
[chore] Release 1.8.2 (#460)
1 parent 7995509 commit 10e3802

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

History.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11

2+
1.8.2 / 2016-12-11
3+
===================
4+
5+
* [fix] Add proper response when handleUpgrade fails (#458)
6+
* [test] Use explicit versions for travis tests (#457)
7+
* [refactor] Remove deprecated code used for nodejs v0.8 (#456)
8+
* [chore] Bump engine.io-parser to version 1.3.2 (#455)
9+
* [perf] websocket optimisation (#453)
10+
* [docs] Rename ServerRequest to IncomingMessage (#448)
11+
* [chore] Bump base64id to version 1.0.0 (#451)
12+
213
1.8.1 / 2016-11-27
314
===================
415

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engine.io",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
44
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
55
"main": "./lib/engine.io",
66
"author": "Guillermo Rauch <[email protected]>",
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"babel-eslint": "5.0.0",
3737
"babel-preset-es2015": "6.3.13",
38-
"engine.io-client": "1.8.1",
38+
"engine.io-client": "1.8.2",
3939
"eslint-config-standard": "4.4.0",
4040
"eslint-plugin-standard": "1.3.2",
4141
"expect.js": "0.2.0",

0 commit comments

Comments
 (0)