diff --git a/History.md b/History.md index 8da61a8b6b..7f7b6f5758 100644 --- a/History.md +++ b/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 =================== diff --git a/package.json b/package.json index a51ce8ff4b..245bd644ff 100644 --- a/package.json +++ b/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 ", @@ -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",