From b3899a2b9deb68582ad3a31e7f5b68a495457abf Mon Sep 17 00:00:00 2001 From: Kevin Whitley Date: Wed, 14 Jun 2023 18:07:12 -0500 Subject: [PATCH] released v4.0.9-next.0 - Fixes ESM/CJS import issue with explicit named exports in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b5c8a1b..adcaffb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "itty-router", - "version": "4.0.10-next.3", + "version": "4.0.9-next.0", "description": "A tiny, zero-dependency router, designed to make beautiful APIs in any environment.", "type": "module", "main": "index.js",