We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0e4fa commit e08969bCopy full SHA for e08969b
HISTORY.md
@@ -1,7 +1,8 @@
1
-unreleased
+v2.1.0 / 2025-03-05
2
==================
3
4
* deps:
5
+ * use caret notation for dependency versions
6
* encodeurl@^2.0.0
7
* debug@^4.4.0
8
* remove `ServerResponse.headersSent` support check
package.json
@@ -1,7 +1,7 @@
{
"name": "finalhandler",
"description": "Node.js final http responder",
- "version": "2.0.0",
+ "version": "2.1.0",
"author": "Douglas Christopher Wilson <[email protected]>",
"license": "MIT",
"repository": "pillarjs/finalhandler",
0 commit comments