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 e746be2 commit 4f1b458Copy full SHA for 4f1b458
HISTORY.md
@@ -1,6 +1,7 @@
1
-unreleased
+2.1.0 / 2025-02-10
2
==================
3
4
+* Updated `engines` field to Node@18 or higher
5
* Remove `Object.setPrototypeOf` polyfill
6
* Use `Array.flat` instead of `array-flatten` package
7
* Replace `methods` dependency with standard library
package.json
@@ -1,7 +1,7 @@
{
"name": "router",
"description": "Simple middleware-style router",
- "version": "2.0.0",
+ "version": "2.1.0",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"contributors": [
"Blake Embrey <hello@blakeembrey.com>"
0 commit comments