[chore] Release 2.1.0 (#492)

This commit is contained in:
Damien Arrachequesne
2017-03-11 09:18:22 +01:00
committed by GitHub
parent 81ef0bc939
commit 783e0591fa
2 changed files with 9 additions and 2 deletions

View File

@@ -1,4 +1,11 @@
2.1.0 / 2017-03-11
===================
* [feat] Add an option to toggle handling of OPTIONS requests (#491)
* [chore] Bump engine.io-parser to version 2.0.1 (#490)
* [chore] Bump uws to version 0.13.0 (#489)
2.0.2 / 2017-02-16
===================

View File

@@ -1,6 +1,6 @@
{
"name": "engine.io",
"version": "2.0.2",
"version": "2.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>",
@@ -35,7 +35,7 @@
"devDependencies": {
"babel-eslint": "5.0.0",
"babel-preset-es2015": "6.3.13",
"engine.io-client": "2.0.2",
"engine.io-client": "2.1.0",
"eslint-config-standard": "4.4.0",
"eslint-plugin-standard": "1.3.2",
"expect.js": "0.2.0",