Skip to content

Commit

Permalink
Release 2.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 22, 2011
1 parent 0db7f26 commit ce2bcae
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions History.md
@@ -1,4 +1,16 @@

2.3.12 / 2011-06-22
==================

* \#express is now on freenode! come join!
* Added `req.get(field, param)`
* Added links to Japanese documentation, thanks @hideyukisaito!
* Added; the `express(1)` generated app outputs the env
* Added `content-negotiation` example
* Dependency: connect >= 1.5.1 < 2.0.0
* Fixed view layout bug. Closes #720
* Fixed; ignore body on 304. Closes #701

2.3.11 / 2011-06-04
==================

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.11';
var version = '2.3.12';

/**
* 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.11';
exports.version = '2.3.12';

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

0 comments on commit ce2bcae

Please sign in to comment.