From 99c381d6d24e745ebec0ec031ca4bdf9d460db4a Mon Sep 17 00:00:00 2001 From: hypercross Date: Wed, 15 Apr 2026 10:56:54 +0800 Subject: [PATCH] chore: bump version to 0.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de4864c..3cdccbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yarn-spinner-loader", - "version": "0.2.1", + "version": "0.3.0", "description": "Load and compile Yarn Spinner project files for various build tools", "type": "module", "main": "./dist/index.js",