Skip to content

Commit 6d0a6b2

Browse files
committed
5.1.0
1 parent 4c4f3ea commit 6d0a6b2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

History.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
unreleased
1+
5.1.0 / 2025-03-31
22
========================
33

4+
* Add funding field to package.json
45
* Remove `utils-merge` dependency - use spread syntax instead
56
* Remove `Object.setPrototypeOf` polyfill
67
* cleanup: remove AsyncLocalStorage check from tests
78
* cleanup: remove unnecessary require for global Buffer
9+
* use node:buffer instead of safe-buffer
810
* perf: use loop for acceptParams
911
* Replace `methods` dependency with standard library
1012
* refactor: prefix built-in node module imports

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "express",
33
"description": "Fast, unopinionated, minimalist web framework",
4-
"version": "5.0.1",
4+
"version": "5.1.0",
55
"author": "TJ Holowaychuk <[email protected]>",
66
"contributors": [
77
"Aaron Heckmann <[email protected]>",

0 commit comments

Comments
 (0)