Skip to content

Commit

Permalink
Release 3.0.0alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed May 30, 2012
1 parent 685eec0 commit 82a9817
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions History.md
@@ -1,4 +1,13 @@

3.0.0alpha5 / 2012-05-30
==================

* Added `req.ip`
* Added `{ signed: true }` option to `res.cookie()`
* Removed `res.signedCookie()`
* Changed: dont reverse `req.ips`
* Fixed "trust proxy" setting check for `req.ips`

3.0.0alpha4 / 2012-05-09
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/express.js
Expand Up @@ -22,7 +22,7 @@ exports = module.exports = createApplication;
* Framework version.
*/

exports.version = '3.0.0alpha4';
exports.version = '3.0.0alpha5';

/**
* Create an express application.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "express",
"description": "Sinatra inspired web development framework",
"version": "3.0.0alpha4",
"version": "3.0.0alpha5",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
{ "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" },
Expand Down

0 comments on commit 82a9817

Please sign in to comment.