Skip to content

Commit f05bd15

Browse files
author
molty3000
committed
chore: bump to v5.0.0 — breaking change
BREAKING: DEFAULT_ERROR_HANDLER now safe-by-default. Only NODE_ENV=development exposes error details. See PR #51 for the security hardening fix.
1 parent f7ad8bd commit f05bd15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "0http",
3-
"version": "4.4.0",
3+
"version": "5.0.0",
44
"description": "Zero friction HTTP request router. The need for speed!",
55
"main": "index.js",
66
"scripts": {
@@ -28,7 +28,7 @@
2828
},
2929
"homepage": "https://github.com/BackendStack21/0http#readme",
3030
"devDependencies": {
31-
"0http": "^4.3.0",
31+
"0http": "^5.0.0",
3232
"@types/node": "^24.3.2",
3333
"body-parser": "^2.2.0",
3434
"chai": "^6.0.1",

0 commit comments

Comments
 (0)