From 86e64f85de7a80e18c3db0ae9a0d30ffbf37bdbd Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 16 Aug 2014 01:13:58 -0400 Subject: [PATCH] 2.0.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 0741ec5..42ebc1d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +2.0.0 / 2014-08-16 +================== * Add `isFinished` function * Move to `jshttp` organization diff --git a/package.json b/package.json index 69d9e85..7d15165 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": "0.0.0", + "version": "2.0.0", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"