Skip to content

Commit

Permalink
[chore] Release 1.8.2 (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Dec 10, 2016
1 parent 7995509 commit 10e3802
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

1.8.2 / 2016-12-11
===================

* [fix] Add proper response when handleUpgrade fails (#458)
* [test] Use explicit versions for travis tests (#457)
* [refactor] Remove deprecated code used for nodejs v0.8 (#456)
* [chore] Bump engine.io-parser to version 1.3.2 (#455)
* [perf] websocket optimisation (#453)
* [docs] Rename ServerRequest to IncomingMessage (#448)
* [chore] Bump base64id to version 1.0.0 (#451)

1.8.1 / 2016-11-27
===================

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "engine.io",
"version": "1.8.1",
"version": "1.8.2",
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
"main": "./lib/engine.io",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
Expand Down Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"babel-eslint": "5.0.0",
"babel-preset-es2015": "6.3.13",
"engine.io-client": "1.8.1",
"engine.io-client": "1.8.2",
"eslint-config-standard": "4.4.0",
"eslint-plugin-standard": "1.3.2",
"expect.js": "0.2.0",
Expand Down

0 comments on commit 10e3802

Please sign in to comment.