Skip to content

Commit

Permalink
Release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 8, 2012
1 parent eba6aa1 commit 72b9e48
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

3.0.2 / 2012-11-08
==================

* add OPTIONS to cors example. Closes #1398
* fix route chaining regression. Closes #1397

3.0.1 / 2012-11-01
==================

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.0.1';
exports.version = '3.0.2';

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

0 comments on commit 72b9e48

Please sign in to comment.