From b0e3c90ee07ba549a2b5e835268500756eb6e154 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 4 Feb 2017 19:35:04 -0500 Subject: [PATCH] 1.8.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 8dce657..b1a5647 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.8.0 / 2017-02-04 +================== * Fix sending unnecessary `undefined` argument to token functions * deps: basic-auth@~1.1.0 diff --git a/package.json b/package.json index 44b1308..cae53ac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "morgan", "description": "HTTP request logger middleware for node.js", - "version": "1.7.0", + "version": "1.8.0", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"