Skip to content
This repository has been archived by the owner on Oct 27, 2019. It is now read-only.

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 21, 2011
1 parent 4312be6 commit 071dae3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
@@ -1,4 +1,11 @@

1.5.1 / 2011-06-20
==================

* Added malicious path check to `directory()` middleware
* Added `utils.forbidden(res)`
* Added `connect.query()` middleware

1.5.0 / 2011-06-20
==================

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

exports.version = '1.5.0';
exports.version = '1.5.1';

/**
* Initialize a new `connect.HTTPServer` with the middleware
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "connect",
"version": "1.5.0",
"version": "1.5.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 071dae3

Please sign in to comment.