diff --git a/HISTORY.md b/HISTORY.md index 998d606..1917595 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +2.4.1 / 2022-02-22 +================== * Fix error on early async hooks implementations diff --git a/package.json b/package.json index 5ca7976..644cd81 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.4.0", + "version": "2.4.1", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"