Skip to content

Commit

Permalink
Release 3.0.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 3, 2012
1 parent bac0c64 commit 20e8f08
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.0rc2 / 2012-08-03
==================

* add CORS example
* update connect dep
* deprecate `.createServer()` & remove old stale examples
* fix: escape `res.redirect()` link
* fix vhost example

3.0.0rc1 / 2012-07-24
==================

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

exports.version = '3.0.0rc1';
exports.version = '3.0.0rc2';

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

0 comments on commit 20e8f08

Please sign in to comment.