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 "