Skip to content

Commit

Permalink
Release 2.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed May 25, 2011
1 parent 175aa08 commit d9cee90
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@

2.3.7 / 2011-05-23
2.3.9 / 2011-05-25
==================

* Fixed bug-ish with `../' in `res.partial()` calls

2.3.8 / 2011-05-24
==================

* Fixed `app.options()`

2.3.7 / 2011-05-23
==================

* Added route `Collection`, ex: `app.get('/user/:id').remove();`
Expand Down
2 changes: 1 addition & 1 deletion bin/express
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var fs = require('fs')
* Framework version.
*/

var version = '2.3.8';
var version = '2.3.9';

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

exports.version = '2.3.8';
exports.version = '2.3.9';

/**
* Shortcut for `new Server(...)`.
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": "2.3.8",
"version": "2.3.9",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
{ "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" },
Expand Down

0 comments on commit d9cee90

Please sign in to comment.