Skip to content

Commit 4f1b458

Browse files
UlisesGasconwesleytodd
authored andcommitted
2.1.0
Signed-off-by: Ulises Gascon <[email protected]>
1 parent e746be2 commit 4f1b458

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

HISTORY.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
unreleased
1+
2.1.0 / 2025-02-10
22
==================
33

4+
* Updated `engines` field to Node@18 or higher
45
* Remove `Object.setPrototypeOf` polyfill
56
* Use `Array.flat` instead of `array-flatten` package
67
* Replace `methods` dependency with standard library

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "router",
33
"description": "Simple middleware-style router",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"author": "Douglas Christopher Wilson <[email protected]>",
66
"contributors": [
77
"Blake Embrey <[email protected]>"

0 commit comments

Comments
 (0)