Skip to content

Commit

Permalink
Release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 11, 2012
1 parent fdb5f3f commit d7cdb0d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

2.1.2 / 2012-04-11
==================

* Fixed cookieParser() `req.cookies` regression

2.1.1 / 2012-04-11
==================

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

exports.version = '2.1.1';
exports.version = '2.1.2';

/**
* Expose the prototype.
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.1.1",
"version": "2.1.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 d7cdb0d

Please sign in to comment.