Skip to content

Commit 2ac612f

Browse files
committed
Release 2.5.4
1 parent 20570fc commit 2ac612f

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

History.md

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

2+
2.5.4 / 2012-01-02
3+
==================
4+
5+
* Fixed `express(1)` eol on 0.4.x. Closes #947
6+
27
2.5.3 / 2011-12-30
38
==================
49

bin/express

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var fs = require('fs')
1313
* Framework version.
1414
*/
1515

16-
var version = '2.5.2';
16+
var version = '2.5.4';
1717

1818
/**
1919
* Add session support.

lib/express.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var exports = module.exports = connect.middleware;
2828
* Framework version.
2929
*/
3030

31-
exports.version = '2.5.3';
31+
exports.version = '2.5.4';
3232

3333
/**
3434
* Shortcut for `new Server(...)`.

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": "2.5.3",
4+
"version": "2.5.4",
55
"author": "TJ Holowaychuk <[email protected]>",
66
"contributors": [
77
{ "name": "TJ Holowaychuk", "email": "[email protected]" },

0 commit comments

Comments
 (0)