Skip to content

Commit e3e7d0d

Browse files
committed
Release 2.5.9
1 parent 585039f commit e3e7d0d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

History.md

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

2+
2.5.9/ 2012-04-02
3+
==================
4+
5+
* Added support for PURGE request method [pbuyle]
6+
* Fixed `express(1)` generated app `app.address()` before `listening` [mmalecki]
7+
28
2.5.8 / 2012-02-08
39
==================
410

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

0 commit comments

Comments
 (0)