Skip to content

Commit

Permalink
Release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 27, 2012
1 parent 41f79b0 commit e405358
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion History.md
@@ -1,5 +1,13 @@

2.5.6 / 2012-09-18
2.5.0 / 2012-09-27
==================

* add `err.status = 400` to multipart() errors
* add double-encoding protection to `compress()`. Closes #659
* add graceful handling cookie parsing errors [shtylman]
* fix typo X-Response-time to X-Response-Time

2.4.6 / 2012-09-18
==================

* update qs
Expand Down
2 changes: 1 addition & 1 deletion lib/connect.js
Expand Up @@ -29,7 +29,7 @@ exports = module.exports = createServer;
* Framework version.
*/

exports.version = '2.4.6';
exports.version = '2.5.0';

/**
* Expose mime module.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "connect",
"version": "2.4.6",
"version": "2.5.0",
"description": "High performance middleware framework",
"keywords": ["framework", "web", "middleware", "connect", "rack"],
"repository": "git://github.com/senchalabs/connect.git",
Expand Down

0 comments on commit e405358

Please sign in to comment.