Skip to content

Commit

Permalink
Release 2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 1, 2013
1 parent 86c72bd commit 4dd7594
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

2.7.4 / 2013-04-01
==================

* session: add long expires check and prevent excess set-cookie
* session: add console.error() of session#save() errors

2.7.3 / 2013-02-19
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ exports = module.exports = createServer;
* Framework version.
*/

exports.version = '2.7.2';
exports.version = '2.7.4';

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

0 comments on commit 4dd7594

Please sign in to comment.