diff --git a/HISTORY.md b/HISTORY.md index 548ffcb..77ce54d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -unreleased +v1.3.2 / 2025-12-01 ================== * deps: use tilde notation for dependencies diff --git a/package.json b/package.json index 3cb4176..ce618dc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "finalhandler", "description": "Node.js final http responder", - "version": "1.3.1", + "version": "1.3.2", "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": "pillarjs/finalhandler",