From 74103b1d496bf217b9b002b5ddd31ac815c51888 Mon Sep 17 00:00:00 2001 From: Jiachi Liu Date: Sun, 24 Nov 2024 01:04:58 +0100 Subject: [PATCH] 6.0.0-beta.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e583c1a7..2c32116a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bunchee", - "version": "6.0.0-rc.0", + "version": "6.0.0-beta.0", "description": "zero config bundler for js/ts/jsx libraries", "bin": "./dist/bin/cli.js", "main": "./dist/index.js",