Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jan 19, 2015
1 parent b46e480 commit 7e4aa4f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

1.3.0 / 2015-01-19
==================

* package: bump `engine.io`
* add test for reconnection after server restarts [rase-]
* update license with up-to-date year range [fay-jai]
* fix leaving unknown rooms [defunctzombie]
* allow null origins when allowed origins is a function [drewblaisdell]
* fix tests on node 0.11
* package: fix `npm test` to run on windows
* package: bump `debug` v2.1.0 [coderaiser]
* added tests for volatile [rase-]

1.2.1 / 2014-11-21
==================

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.2.1",
"version": "1.3.0",
"description": "node.js realtime framework server",
"keywords": [
"realtime",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"engine.io": "1.5.0",
"socket.io-parser": "2.2.2",
"socket.io-client": "Automattic/socket.io-client#ce90a3",
"socket.io-client": "1.3.0",
"socket.io-adapter": "0.3.1",
"has-binary-data": "0.1.3",
"debug": "2.1.0"
Expand Down

0 comments on commit 7e4aa4f

Please sign in to comment.