From 1f77f864a299e44e6ea68ab410fc7fba2f892528 Mon Sep 17 00:00:00 2001 From: Ulises Gascon Date: Tue, 29 Oct 2024 16:01:06 +0100 Subject: [PATCH] 2.0.1 Signed-off-by: Ulises Gascon --- HISTORY.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 5f69004..c1cd0b2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,7 @@ -unreleased +2.0.1 / 2024-11-06 ================== +* 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 diff --git a/package.json b/package.json index cbbba3b..b4187b1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "router", "description": "Simple middleware-style router", - "version": "2.0.0", + "version": "2.0.1", "author": "Douglas Christopher Wilson ", "contributors": [ "Blake Embrey "