From 072de04e5c6bd4a3dd089dbd70ec2b1d505625a9 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 1 Dec 2015 14:01:10 -0500 Subject: [PATCH] 1.6.10 --- HISTORY.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 0040164..1ca9052 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,7 @@ -unreleased -========== +1.6.10 / 2015-12-01 +=================== - * deps: mime-types@~2.1.8 + * deps: mime-types@~2.1.9 - Add new mime types 1.6.9 / 2015-09-27 diff --git a/package.json b/package.json index d2733d0..fd2d6da 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.9", + "version": "1.6.10", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"