Skip to content

Commit 6032a13

Browse files
committed
Release 1.5.4
1 parent df67ed6 commit 6032a13

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
1.5.4 / 2015-09-09
3+
==================
4+
5+
* package: bump `engine.io-parser`
6+
27
1.5.3 / 2015-09-09
38
==================
49

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engine.io",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
44
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
55
"main": "./lib/engine.io",
66
"author": "Guillermo Rauch <guillermo@learnboost.com>",
@@ -33,7 +33,7 @@
3333
"mocha": "1.12.0",
3434
"expect.js": "0.2.0",
3535
"superagent": "0.15.4",
36-
"engine.io-client": "1.5.3",
36+
"engine.io-client": "1.5.4",
3737
"s": "0.1.1"
3838
},
3939
"scripts": {

0 commit comments

Comments
 (0)