diff --git a/HISTORY.md b/HISTORY.md index ada96e6..8b011be 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,8 @@ -UNRELEASED +v2.1.1. / 2025-12-01 ================== * update engines field in the package.json to reflect the current compatibility (Node <18). See: 2.0.0 +* Minor changes (package metadata) v2.1.0 / 2025-03-05 ================== diff --git a/package.json b/package.json index 576791c..869ddc2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "finalhandler", "description": "Node.js final http responder", - "version": "2.1.0", + "version": "2.1.1", "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": "pillarjs/finalhandler",