Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a5cf4f5

Browse files
committed
Release 1.0.5
1 parent a079cbc commit a5cf4f5

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

History.md

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

2+
1.0.5 / 2014-06-16
3+
==================
4+
5+
* package: bump `engine.io` to fix jsonp `\n` bug and CORS warnings
6+
* index: fix typo [yanatan16]
7+
* add `removeListener` to blacklisted events
8+
* examples: clearer instructions to install chat example
9+
* index: fix namespace `connectBuffer` issue
10+
211
1.0.4 / 2014-06-02
312
==================
413

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "node.js realtime framework server",
55
"keywords": [
66
"realtime",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"engine.io": "1.3.0",
2323
"socket.io-parser": "2.2.0",
24-
"socket.io-client": "Automattic/socket.io-client#095acb",
24+
"socket.io-client": "1.0.5",
2525
"socket.io-adapter": "0.2.0",
2626
"has-binary-data": "0.1.1",
2727
"debug": "0.7.4"

0 commit comments

Comments
 (0)