Compare commits

...

6 Commits
1.4.5 ... 1.4.8

Author SHA1 Message Date
Guillermo Rauch
2a092bd2fb Release 1.4.8 2016-06-23 19:22:41 -07:00
Guillermo Rauch
4137eb5c43 package: bump engine.io 2016-06-23 19:12:28 -07:00
Guillermo Rauch
42aa77614e Release 1.4.7 2016-06-23 17:25:46 -07:00
Guillermo Rauch
1491a96c95 package: bump engine.io 2016-06-23 17:11:15 -07:00
Guillermo Rauch
dcca01f5a4 Release 1.4.6 2016-05-02 20:57:44 -07:00
Guillermo Rauch
3b58fa04d5 package: bump engine.io 2016-05-02 20:56:15 -07:00
2 changed files with 18 additions and 3 deletions

View File

@@ -1,4 +1,19 @@
1.4.8 / 2016-06-23
==================
* package: bump `engine.io`
1.4.7 / 2016-06-23
==================
* package: bump `engine.io`
1.4.6 / 2016-05-02
==================
* package: bump engine.io
1.4.5 / 2016-01-26
==================

View File

@@ -1,6 +1,6 @@
{
"name": "socket.io",
"version": "1.4.5",
"version": "1.4.8",
"description": "node.js realtime framework server",
"keywords": [
"realtime",
@@ -21,9 +21,9 @@
"test": "mocha --reporter dot --slow 200ms --bail"
},
"dependencies": {
"engine.io": "1.6.8",
"engine.io": "1.6.11",
"socket.io-parser": "2.2.6",
"socket.io-client": "1.4.5",
"socket.io-client": "1.4.8",
"socket.io-adapter": "0.4.0",
"has-binary": "0.1.7",
"debug": "2.2.0"