From 4d03f1adae1e900226c633d761ca39e3d7c862d6 Mon Sep 17 00:00:00 2001 From: Kevin Deng Date: Sat, 13 Jun 2026 00:25:13 +0900 Subject: [PATCH] chore: release v0.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d64740b..402d0eb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rolldown-plugin-require-cjs", "type": "module", - "version": "0.4.0", + "version": "0.4.1", "packageManager": "pnpm@11.6.0", "description": "Transform ESM imports to CJS requires when the imported module is pure CJS.", "author": "Kevin Deng ", -- 2.51.2