From 7643136085e8c178902a93d6ef43ad42cd3936f1 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Wed, 22 Mar 2017 01:53:25 -0400 Subject: [PATCH] 1.0.1 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",