Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[chore] Release 3.1.0
  • Loading branch information
darrachequesne committed Apr 27, 2017
1 parent 82ed65f commit 935b155
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
@@ -1,4 +1,11 @@

3.1.0 / 2017-04-28
===================

* [test] Add test for maxHttpBufferSize option with websocket (#499)
* [chore] Bump uws to version 0.14.4 (#501)
* [chore] Bump dependencies (#500)

3.0.0 / 2017-04-06
===================

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "engine.io",
"version": "3.0.0",
"version": "3.1.0",
"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.24.0",
"engine.io-client": "3.0.0",
"engine.io-client": "3.1.0",
"eslint-config-standard": "4.4.0",
"eslint-plugin-standard": "1.3.2",
"expect.js": "^0.3.1",
Expand Down

0 comments on commit 935b155

Please sign in to comment.