From e4c33cc572be9c834b92d7075d10c8637cba4237 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Mon, 21 Feb 2022 11:31:56 -0500 Subject: [PATCH] 2.4.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 7617ce2..6a7a7b0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +2.4.0 / 2022-02-21 +================== * Prevent loss of async hooks context diff --git a/package.json b/package.json index 077c46b..5ca7976 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.3.0", + "version": "2.4.0", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"