Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kewisch committed Jan 2, 2017
1 parent 0a1cb44 commit 5c374dc
Show file tree
Hide file tree
Showing 3 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 @@

0.2.2 / 2017-01-02
==================

* Updated EventEmitter to work with node v7
* Allow mocha tests to run on ipv6 machines

0.2.1 / 2012-07-03
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/websocket.io.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var net = require('net')
* @api public
*/

exports.version = '0.2.1';
exports.version = '0.2.2';

/**
* WebSocket protocols impls.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "websocket.io"
, "description": "Socket.IO websocket server"
, "version": "0.2.1"
, "version": "0.2.2"
, "contributors": [
{ "name": "Guillermo Rauch", "email": "[email protected]" }
, { "name": "Einar Otto Stangvik", "email": "[email protected]" }
Expand Down

0 comments on commit 5c374dc

Please sign in to comment.