Skip to content

Commit

Permalink
Release 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 11, 2011
1 parent a13145a commit c804019
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,10 @@


1.7.3 / 2011-11-11
==================

* Fixed `req.body`, always default to {}
* Fixed HEAD support for 404s and 500s

1.7.2 / 2011-10-24 1.7.2 / 2011-10-24
================== ==================


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


exports.version = '1.7.2'; exports.version = '1.7.3';


/** /**
* Initialize a new `connect.HTTPServer` with the middleware * Initialize a new `connect.HTTPServer` with the middleware
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ {
"name": "connect", "name": "connect",
"version": "1.7.2", "version": "1.7.3",
"description": "High performance middleware framework", "description": "High performance middleware framework",
"keywords": ["framework", "web", "middleware", "connect", "rack"], "keywords": ["framework", "web", "middleware", "connect", "rack"],
"repository": "git://github.com/senchalabs/connect.git", "repository": "git://github.com/senchalabs/connect.git",
Expand Down

0 comments on commit c804019

Please sign in to comment.