Skip to content

Commit ee0917f

Browse files
committed
Release 2.5.10
1 parent d536345 commit ee0917f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

History.md

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

2+
2.5.10 / 2012-06-15
3+
==================
4+
5+
* Remove annoying engines field from package.json
6+
* Backport support for trusting X-Forwarded-Proto
7+
* use version of `package.json` for `express` command
8+
29
2.5.9/ 2012-04-02
310
==================
411

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.9';
31+
exports.version = '2.5.10';
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.9",
4+
"version": "2.5.10",
55
"author": "TJ Holowaychuk <[email protected]>",
66
"contributors": [
77
{ "name": "TJ Holowaychuk", "email": "[email protected]" },

0 commit comments

Comments
 (0)