From 3a20c4a9bbeee8e91915a5b8aed86c66224000f5 Mon Sep 17 00:00:00 2001 From: Kevin Deng Date: Wed, 11 Mar 2026 20:59:47 +0800 Subject: [PATCH] chore: release v0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0737395..12861e0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rolldown-plugin-require-cjs", "type": "module", - "version": "0.3.3", + "version": "0.4.0", "packageManager": "pnpm@10.32.1", "description": "Transform ESM imports to CJS requires when the imported module is pure CJS.", "author": "Kevin Deng ", -- 2.51.2