diff --git a/History.md b/History.md index 6daafe59b..916cc4ffd 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +1.5.4 / 2015-09-09 +================== + + * package: bump `engine.io-parser` + 1.5.3 / 2015-09-09 ================== diff --git a/package.json b/package.json index d4dbe10c5..02d372184 100644 --- a/package.json +++ b/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 ", @@ -33,7 +33,7 @@ "mocha": "1.12.0", "expect.js": "0.2.0", "superagent": "0.15.4", - "engine.io-client": "1.5.3", + "engine.io-client": "1.5.4", "s": "0.1.1" }, "scripts": {