diff --git a/HISTORY.md b/HISTORY.md index 4744a41..e7fb43d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.0.1 / 2017-03-21 +================== * Fix missing `` in HTML document * deps: debug@2.6.3 diff --git a/package.json b/package.json index 2507a84..5af70da 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "finalhandler", "description": "Node.js final http responder", - "version": "1.0.0", + "version": "1.0.1", "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": "pillarjs/finalhandler",