From 5aae879398c1d319479c82dfa1120784bcfacfdc Mon Sep 17 00:00:00 2001 From: Ulises Gascon Date: Tue, 29 Oct 2024 16:01:06 +0100 Subject: [PATCH] 2.0.1 --- HISTORY.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 5f69004..192d67e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -unreleased +2.0.1 / 2024-10-30 ================== * Remove `Object.setPrototypeOf` polyfill 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 "