From 93b2c6290af8a2b617c2d4f433bb1f7d185b2d01 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Thu, 12 Mar 2015 00:05:35 -0400 Subject: [PATCH] 1.4.2 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index e57e8b57..11c89e36 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.4.2 / 2015-03-11 +================== * Fix error when code calls `res.end(str, encoding)` - Specific to Node.js 0.8 diff --git a/package.json b/package.json index a3bb43b9..15e90b72 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "compression", "description": "Node.js compression middleware", - "version": "1.4.1", + "version": "1.4.2", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"