Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 11, 2012
1 parent 99eee16 commit 8748cfd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@

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

* Fixed `session()` browser-session length cookies & examples
* Fixed: make `query()` "self-aware" [jed]

2.1.0 / 2012-04-05
==================

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.1.0';
exports.version = '2.1.1';

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

0 comments on commit 8748cfd

Please sign in to comment.