Skip to content

Commit

Permalink
Release 3.0.0beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 1, 2012
1 parent 0ff3aa4 commit 3c6ad53
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@

3.0.0beta1 / 2012-06-01
==================

* Added `res.format()` callback to override default 406 behaviour
* Fixed `res.redirect()` 406. Closes #1154

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

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.0alpha5';
exports.version = '3.0.0beta1';

/**
* 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.0alpha5",
"version": "3.0.0beta1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
{ "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" },
Expand Down

0 comments on commit 3c6ad53

Please sign in to comment.