From 6b5d417fc626b76ecf87221044e9da27e87becf2 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 9 Jun 2015 23:30:28 -0400 Subject: [PATCH] 1.5.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 44ef0077..a168d050 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.5.0 / 2015-06-09 +================== * Fix return value from `.end` and `.write` after end * Improve detection of zero-length body without `Content-Length` diff --git a/package.json b/package.json index 5e97914a..2ec38878 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "compression", "description": "Node.js compression middleware", - "version": "1.4.4", + "version": "1.5.0", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"