Skip to content

Commit

Permalink
Release 1.7.1 (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Oct 20, 2016
1 parent 724b3fd commit c622a74
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions History.md
@@ -1,4 +1,12 @@

1.7.1 / 2016-10-20
===================

* [fix] Close and free webSocketServer (#393)
* [chore] Bump engine.io-client to 1.7.0 (#429)
* [chore] Bump engine.io-parser to 1.3.1 (#433)
* [chore] Add latest nodejs release in travis settings (#434)

1.7.0 / 2016-10-05
===================

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "engine.io",
"version": "1.7.0",
"version": "1.7.1",
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
"main": "./lib/engine.io",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"babel-preset-es2015": "6.3.13",
"engine.io-client": "1.7.0",
"engine.io-client": "1.7.1",
"expect.js": "0.2.0",
"gulp": "3.9.0",
"gulp-babel": "6.1.1",
Expand Down

0 comments on commit c622a74

Please sign in to comment.