From ed4c24d4d7f78b3136ca7d0e7215541cb921a980 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Fri, 22 Sep 2017 13:46:57 -0400 Subject: [PATCH] 1.0.6 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index e41da9a..18386ea 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.0.6 / 2017-09-22 +================== * deps: debug@2.6.9 diff --git a/package.json b/package.json index 4a4a609..71a3348 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "finalhandler", "description": "Node.js final http responder", - "version": "1.0.5", + "version": "1.0.6", "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": "pillarjs/finalhandler",