Skip to content

Commit

Permalink
Release 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jan 25, 2016
1 parent 87060b5 commit 83bee03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

1.6.8 / 2016-01-25
==================

* fix graceful close [nkzawa]
* polling: don't set the `closeTimeoutTimer` if the transport is upgraded

1.6.7 / 2016-01-10
==================

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "engine.io",
"version": "1.6.7",
"version": "1.6.8",
"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 <[email protected]>",
Expand Down Expand Up @@ -32,7 +32,7 @@
"accepts": "1.1.4"
},
"devDependencies": {
"engine.io-client": "1.6.7",
"engine.io-client": "1.6.8",
"expect.js": "0.2.0",
"mocha": "2.3.4",
"s": "0.1.1",
Expand Down

0 comments on commit 83bee03

Please sign in to comment.