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

Commit

Permalink
Release 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 16, 2011
1 parent ef8ed60 commit 32eb9dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

1.4.4 / 2011-06-16
==================

* Changed `connect.static()` to check resolved dirname. Closes #294

1.4.3 / 2011-06-06
==================

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.4.3';
exports.version = '1.4.4';

/**
* 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.4.3",
"version": "1.4.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 32eb9dc

Please sign in to comment.