From 8ec5fa639ace400b543b5bc1821ce909b9acdc03 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Wed, 22 Oct 2014 21:12:52 -0400 Subject: [PATCH] 2.1.1 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 7bccf08..1a4063d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +2.1.1 / 2014-10-22 +================== * Fix handling of pipelined requests diff --git a/package.json b/package.json index ebc7400..79d947c 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.1.0", + "version": "2.1.1", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"