diff --git a/HISTORY.md b/HISTORY.md index 6222ddb..702d68d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -unreleased +v1.2.1 / 2024-09-02 ================== * Gracefully handle when handling an error and socket is null diff --git a/package.json b/package.json index b2398a6..0995b8c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "finalhandler", "description": "Node.js final http responder", - "version": "1.2.0", + "version": "1.2.1", "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": "pillarjs/finalhandler",