File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
+ 1.7.1 / 2016-10-20
3
+ ===================
4
+
5
+ * [ fix] Close and free webSocketServer (#393 )
6
+ * [ chore] Bump engine.io-client to 1.7.0 (#429 )
7
+ * [ chore] Bump engine.io-parser to 1.3.1 (#433 )
8
+ * [ chore] Add latest nodejs release in travis settings (#434 )
9
+
2
10
1.7.0 / 2016-10-05
3
11
===================
4
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " engine.io" ,
3
- "version" : " 1.7.0 " ,
3
+ "version" : " 1.7.1 " ,
4
4
"description" : " The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server" ,
5
5
"main" : " ./lib/engine.io" ,
6
6
"author" : " Guillermo Rauch <guillermo@learnboost.com>" ,
33
33
},
34
34
"devDependencies" : {
35
35
"babel-preset-es2015" : " 6.3.13" ,
36
- "engine.io-client" : " 1.7.0 " ,
36
+ "engine.io-client" : " 1.7.1 " ,
37
37
"expect.js" : " 0.2.0" ,
38
38
"gulp" : " 3.9.0" ,
39
39
"gulp-babel" : " 6.1.1" ,
You can’t perform that action at this time.
0 commit comments