Skip to content

Commit

Permalink
Release 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jan 26, 2016
1 parent d0dfa54 commit b3fc530
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

1.4.5 / 2016-01-26
==================

* fix closing the underlying `http.Server`

1.4.4 / 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": "socket.io",
"version": "1.4.4",
"version": "1.4.5",
"description": "node.js realtime framework server",
"keywords": [
"realtime",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"engine.io": "1.6.8",
"socket.io-parser": "2.2.6",
"socket.io-client": "1.4.4",
"socket.io-client": "1.4.5",
"socket.io-adapter": "0.4.0",
"has-binary": "0.1.7",
"debug": "2.2.0"
Expand Down

0 comments on commit b3fc530

Please sign in to comment.