Skip to content

Commit

Permalink
Release 3.0.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 14, 2012
1 parent 32a5c9c commit b96401a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

3.0.0rc3 / 2012-08-13
==================

* update connect dep
* fix signed cookies to work with `connect.cookieParser()` ("s:" prefix was missing) [tnydwrds]
* fix `res.render()` clobbering of "locals"

3.0.0rc2 / 2012-08-03
==================

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

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

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

0 comments on commit b96401a

Please sign in to comment.