We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df67ed6 commit 6032a13Copy full SHA for 6032a13
History.md
@@ -1,4 +1,9 @@
1
2
+1.5.4 / 2015-09-09
3
+==================
4
+
5
+ * package: bump `engine.io-parser`
6
7
1.5.3 / 2015-09-09
8
==================
9
package.json
@@ -1,6 +1,6 @@
{
"name": "engine.io",
- "version": "1.5.3",
+ "version": "1.5.4",
"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>",
@@ -33,7 +33,7 @@
33
"mocha": "1.12.0",
34
"expect.js": "0.2.0",
35
"superagent": "0.15.4",
36
- "engine.io-client": "1.5.3",
+ "engine.io-client": "1.5.4",
37
"s": "0.1.1"
38
},
39
"scripts": {
0 commit comments