From 024f493418f62a59592a98f07b23b265092c1006 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 6 Mar 2018 12:25:04 -0500 Subject: [PATCH] 1.1.1 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 200aaaa..9e43d2a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.1.1 / 2018-03-06 +================== * Fix 404 output for bad / missing pathnames * deps: encodeurl@~1.0.2 diff --git a/package.json b/package.json index b87aef8..f552e03 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "finalhandler", "description": "Node.js final http responder", - "version": "1.1.0", + "version": "1.1.1", "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": "pillarjs/finalhandler",