From cb0e037a5fbdf164dbc557ef1f29a643cc3018eb Mon Sep 17 00:00:00 2001 From: avi Date: Sun, 29 Dec 2024 11:46:51 +0700 Subject: [PATCH] chore: Update version to 0.1.0 for initial release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ccbc9c9..6a21a93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@avixiii/bundle-size-tracker", - "version": "1.0.0", + "version": "0.1.0", "description": "A powerful and flexible tool to track and analyze JavaScript bundle sizes across different build tools", "type": "module", "main": "dist/index.js",