diff --git a/HISTORY.md b/HISTORY.md index 7cd1225..912806a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.0.5 / 2017-09-15 +================== * deps: parseurl@~1.3.2 - perf: reduce overhead for full URLs diff --git a/package.json b/package.json index e839ebe..749d8ed 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "finalhandler", "description": "Node.js final http responder", - "version": "1.0.4", + "version": "1.0.5", "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": "pillarjs/finalhandler",