From 516840de7f5ee5877baff90715318c78b912c6b0 Mon Sep 17 00:00:00 2001 From: Kevin Deng Date: Sat, 20 Sep 2025 01:08:19 +0800 Subject: [PATCH] chore: release v0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2e187a..36bc2ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rolldown-plugin-require-cjs", - "version": "0.0.0", + "version": "0.1.0", "packageManager": "pnpm@10.16.1", "description": "Transform ESM imports to CJS requires when the imported module is pure CJS.", "type": "module", -- 2.51.2