Skip to content

Commit f67c758

Browse files
[chore] Release 1.7.1 (#435)
1 parent 724b3fd commit f67c758

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

History.md

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

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+
210
1.7.0 / 2016-10-05
311
===================
412

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engine.io",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
55
"main": "./lib/engine.io",
66
"author": "Guillermo Rauch <guillermo@learnboost.com>",
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"babel-preset-es2015": "6.3.13",
36-
"engine.io-client": "1.7.0",
36+
"engine.io-client": "1.7.1",
3737
"expect.js": "0.2.0",
3838
"gulp": "3.9.0",
3939
"gulp-babel": "6.1.1",

0 commit comments

Comments
 (0)