From bfebe3d4ac312debccb7dbbc79242e2581dea5f0 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Fri, 26 Apr 2019 09:55:49 -0400 Subject: [PATCH] 1.6.18 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 4d3cd86..8de21f7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.6.18 / 2019-04-26 +=================== * Fix regression passing request object to `typeis.is` diff --git a/package.json b/package.json index bf90aab..97ba5f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "type-is", "description": "Infer the content-type of a request.", - "version": "1.6.17", + "version": "1.6.18", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"