Skip to content

Commit b96401a

Browse files
committed
Release 3.0.0rc3
1 parent 32a5c9c commit b96401a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

History.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
3.0.0rc3 / 2012-08-13
3+
==================
4+
5+
* update connect dep
6+
* fix signed cookies to work with `connect.cookieParser()` ("s:" prefix was missing) [tnydwrds]
7+
* fix `res.render()` clobbering of "locals"
8+
29
3.0.0rc2 / 2012-08-03
310
==================
411

lib/express.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exports = module.exports = createApplication;
2121
* Framework version.
2222
*/
2323

24-
exports.version = '3.0.0rc2';
24+
exports.version = '3.0.0rc3';
2525

2626
/**
2727
* Expose mime.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "express",
33
"description": "Sinatra inspired web development framework",
4-
"version": "3.0.0rc2",
4+
"version": "3.0.0rc3",
55
"author": "TJ Holowaychuk <[email protected]>",
66
"contributors": [
77
{ "name": "TJ Holowaychuk", "email": "[email protected]" },

0 commit comments

Comments
 (0)