Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Feb 4, 2012
1 parent 60bacec commit 7a1c345
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

0.1.3 / 2012-02-03
==================

* Added reference to request from response obj.
* Added `req.next`, `res.next`, `err.next`.
* Added `req.res` reference.
* Fixed `ws` getter.

0.1.2 / 2012-01-30
==================

Expand Down
2 changes: 1 addition & 1 deletion distribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = exports = Distributor;
* @api public
*/

exports.version = '0.1.2';
exports.version = '0.1.3';

/**
* Distributor factory/constructor.
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": "distribute"
, "description": "Load balancer / proxy / router organized around Express/Connect-like middleware."
, "version": "0.1.2"
, "version": "0.1.3"
, "tags": ["connect", "middleware", "proxy", "load balancer", "balance", "vhost", "virtual"]
, "main": "./distribute"
, "dependencies": {
Expand Down

0 comments on commit 7a1c345

Please sign in to comment.