Skip to content

Commit

Permalink
Release 2.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed May 27, 2011
1 parent 91997e9 commit 1bb798d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions History.md
@@ -1,4 +1,11 @@

2.3.10 / 2011-05-27
==================

* Added `req.route`, exposing the current route
* Added _package.json_ generation support to `express(1)`
* Fixed call to `app.param()` function for optional params. Closes #682

2.3.9 / 2011-05-25
==================

Expand Down
2 changes: 1 addition & 1 deletion bin/express
Expand Up @@ -11,7 +11,7 @@ var fs = require('fs')
* Framework version.
*/

var version = '2.3.9';
var version = '2.3.10';

/**
* Add session support.
Expand Down
2 changes: 1 addition & 1 deletion lib/express.js
Expand Up @@ -28,7 +28,7 @@ var exports = module.exports = connect.middleware;
* Framework version.
*/

exports.version = '2.3.9';
exports.version = '2.3.10';

/**
* Shortcut for `new Server(...)`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "express",
"description": "Sinatra inspired web development framework",
"version": "2.3.9",
"version": "2.3.10",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
{ "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" },
Expand Down

0 comments on commit 1bb798d

Please sign in to comment.