From f3ecb92fb09d590d314ffe772a6ffd6f76c84223 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Wed, 22 Apr 2015 21:32:23 -0400 Subject: [PATCH] 2.2.1 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index bbc93e4..88f1a0c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +2.2.1 / 2015-04-22 +================== * Fix `isFinished(req)` when data buffered diff --git a/package.json b/package.json index 2be4dd2..0fdb2fb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "on-finished", "description": "Execute a callback when a request closes, finishes, or errors", - "version": "2.2.0", + "version": "2.2.1", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"