From 1ad808e704e2aeda3a7464b78cacead2fb453727 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 16 Aug 2014 22:26:24 -0400 Subject: [PATCH] 2.1.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 951f6e9..0aa241b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +2.1.0 / 2014-08-16 +================== * Check if `socket` is detached * Return `undefined` for `isFinished` if state unknown diff --git a/package.json b/package.json index 7d15165..0b1e5f3 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.0.0", + "version": "2.1.0", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"