Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ulises Gascon <[email protected]>
  • Loading branch information
UlisesGascon authored and wesleytodd committed Feb 10, 2025
1 parent e746be2 commit 4f1b458
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
unreleased
2.1.0 / 2025-02-10
==================

* Updated `engines` field to Node@18 or higher
* Remove `Object.setPrototypeOf` polyfill
* Use `Array.flat` instead of `array-flatten` package
* Replace `methods` dependency with standard library
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "router",
"description": "Simple middleware-style router",
"version": "2.0.0",
"version": "2.1.0",
"author": "Douglas Christopher Wilson <[email protected]>",
"contributors": [
"Blake Embrey <[email protected]>"
Expand Down

0 comments on commit 4f1b458

Please sign in to comment.