Skip to content

Commit 1c108a3

Browse files
committedOct 22, 2017
[chore] Release 2.0.4
1 parent f333479 commit 1c108a3

File tree

2 files changed

+2
-722
lines changed

2 files changed

+2
-722
lines changed
 

‎History.md

-720
This file was deleted.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "node.js realtime framework server",
55
"keywords": [
66
"realtime",
@@ -27,7 +27,7 @@
2727
"debug": "~2.6.6",
2828
"engine.io": "~3.1.0",
2929
"socket.io-adapter": "~1.1.0",
30-
"socket.io-client": "~2.0.2",
30+
"socket.io-client": "2.0.4",
3131
"socket.io-parser": "~3.1.1"
3232
},
3333
"devDependencies": {

1 commit comments

Comments
 (1)

hengwoon commented on Nov 3, 2017

@hengwoon

Why was History.md removed?

Please sign in to comment.