Skip to content

Commit

Permalink
Release 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 25, 2012
1 parent 72071e4 commit 9f22390
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions History.md
@@ -1,8 +1,16 @@

n.n.n / 2012-07-24
2.4.2 / 2012-07-25
==================

* fix `options` mutation in static()
* remove limit default from `urlencoded()`
* remove limit default from `json()`
* remove limit default from `multipart()`
* fix `cookieSession()` clear cookie path / domain bug. Closes #636

2.4.1 / 2012-07-24
==================

* fix `options` mutation in `static()`

2.4.0 / 2012-07-23
==================
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.1';
exports.version = '2.4.2';

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

0 comments on commit 9f22390

Please sign in to comment.