Skip to content

Commit

Permalink
[chore] Release 2.1.0 (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Mar 11, 2017
1 parent 81ef0bc commit 783e059
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 @@

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
===================

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -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>",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 783e059

Please sign in to comment.