Skip to content

Commit

Permalink
Release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 1, 2013
1 parent a566624 commit 476fba3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

3.1.1 / 2013-04-01
==================

* add X-Forwarded-Host support to `req.host`
* fix relative redirects
* update mkdirp
* update buffer-crc32
* remove legacy app.configure() method from app template.

3.1.0 / 2013-01-25
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/express.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exports = module.exports = createApplication;
* Framework version.
*/

exports.version = '3.1.0';
exports.version = '3.1.1';

/**
* Expose mime.
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": "express",
"description": "Sinatra inspired web development framework",
"version": "3.1.0",
"version": "3.1.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
{
Expand Down

0 comments on commit 476fba3

Please sign in to comment.