From e2cae6ad7d772a0f1c90aa680f908b5f8d29e2c7 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Wed, 22 Oct 2014 23:03:37 -0400 Subject: [PATCH] 1.4.1 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 2ea735f..aa28347 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.4.1 / 2014-10-22 +================== * deps: on-finished@~2.1.1 - Fix handling of pipelined requests diff --git a/package.json b/package.json index 2c7d0e1..1cd467b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "morgan", "description": "http request logger middleware for node.js", - "version": "1.4.0", + "version": "1.4.1", "author": "Jonathan Ong (http://jongleberry.com)", "contributors": [ "Douglas Christopher Wilson "