Skip to content

Commit

Permalink
deps: finalhandler@0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jun 28, 2016
1 parent adf5353 commit 7d60af8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
unreleased
==========

* deps: finalhandler@0.5.0
- Change invalid or non-numeric status code to 500
- Overwrite status message to match set status code
- Prefer `err.statusCode` if `err.status` is invalid
- Set response headers from `err.headers` object
- Use `statuses` instead of `http` module for status messages

3.4.1 / 2016-01-23
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"repository": "senchalabs/connect",
"dependencies": {
"debug": "~2.2.0",
"finalhandler": "0.4.1",
"finalhandler": "0.5.0",
"parseurl": "~1.3.1",
"utils-merge": "1.0.0"
},
Expand Down

0 comments on commit 7d60af8

Please sign in to comment.