Skip to content

Commit 935b155

Browse files
committedApr 27, 2017
[chore] Release 3.1.0
1 parent 82ed65f commit 935b155

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
 

‎History.md

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

2+
3.1.0 / 2017-04-28
3+
===================
4+
5+
* [test] Add test for maxHttpBufferSize option with websocket (#499)
6+
* [chore] Bump uws to version 0.14.4 (#501)
7+
* [chore] Bump dependencies (#500)
8+
29
3.0.0 / 2017-04-06
310
===================
411

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engine.io",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
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 <guillermo@learnboost.com>",
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"babel-eslint": "5.0.0",
3737
"babel-preset-es2015": "^6.24.0",
38-
"engine.io-client": "3.0.0",
38+
"engine.io-client": "3.1.0",
3939
"eslint-config-standard": "4.4.0",
4040
"eslint-plugin-standard": "1.3.2",
4141
"expect.js": "^0.3.1",

0 commit comments

Comments
 (0)
Please sign in to comment.