From 2b4549abaea461161ed6e8531da9ef8f1e80acab Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Wed, 30 Sep 2015 01:08:52 -0400 Subject: [PATCH] 1.6.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 9f1dda63..7bf37206 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.6.0 / 2015-09-29 +================== * Skip compression when response has `Cache-Control: no-transform` * deps: accepts@~1.3.0 diff --git a/package.json b/package.json index 2a7e40c2..5cf3622d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "compression", "description": "Node.js compression middleware", - "version": "1.5.2", + "version": "1.6.0", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"