diff --git a/History.md b/History.md index 7f7b6f575..7bfe2b218 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +2.1.1 / 2017-03-22 +=================== + + * [chore] Bump engine.io-parser to version 2.0.2 + 2.1.0 / 2017-03-11 =================== diff --git a/package.json b/package.json index b238cf064..2a0db31ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "engine.io", - "version": "2.1.0", + "version": "2.1.1", "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 ", @@ -28,14 +28,14 @@ "accepts": "1.3.3", "base64id": "1.0.0", "debug": "2.3.3", - "engine.io-parser": "2.0.1", + "engine.io-parser": "2.0.2", "ws": "2.2.0", "cookie": "0.3.1" }, "devDependencies": { "babel-eslint": "5.0.0", "babel-preset-es2015": "6.3.13", - "engine.io-client": "2.1.0", + "engine.io-client": "2.1.1", "eslint-config-standard": "4.4.0", "eslint-plugin-standard": "1.3.2", "expect.js": "0.2.0",