We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2581236 commit f59e550Copy full SHA for f59e550
2 files changed
History.md
@@ -1,4 +1,9 @@
1
2
+2.1.1 / 2017-03-22
3
+===================
4
+
5
+ * [chore] Bump engine.io-parser to version 2.0.2
6
7
2.1.0 / 2017-03-11
8
===================
9
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 <guillermo@learnboost.com>",
@@ -35,7 +35,7 @@
35
"devDependencies": {
36
"babel-eslint": "5.0.0",
37
"babel-preset-es2015": "6.3.13",
38
- "engine.io-client": "2.1.0",
+ "engine.io-client": "2.1.1",
39
"eslint-config-standard": "4.4.0",
40
"eslint-plugin-standard": "1.3.2",
41
"expect.js": "0.2.0",
0 commit comments