Skip to content

Commit 783e059

Browse files
[chore] Release 2.1.0 (#492)
1 parent 81ef0bc commit 783e059

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

History.md

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

2+
2.1.0 / 2017-03-11
3+
===================
4+
5+
* [feat] Add an option to toggle handling of OPTIONS requests (#491)
6+
* [chore] Bump engine.io-parser to version 2.0.1 (#490)
7+
* [chore] Bump uws to version 0.13.0 (#489)
8+
29
2.0.2 / 2017-02-16
310
===================
411

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": "2.0.2",
3+
"version": "2.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.3.13",
38-
"engine.io-client": "2.0.2",
38+
"engine.io-client": "2.1.0",
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)