Skip to content

Commit

Permalink
Release 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 17, 2012
1 parent 0acdfe0 commit f6f1728
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.8.7 / 2012-04-17
==================

* backport escaping of 404 response

1.8.6 / 2012-03-14
==================

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.8.6';
exports.version = '1.8.7';

/**
* 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.8.6",
"version": "1.8.7",
"description": "High performance middleware framework",
"keywords": ["framework", "web", "middleware", "connect", "rack"],
"repository": "git://github.com/senchalabs/connect.git",
Expand Down

0 comments on commit f6f1728

Please sign in to comment.