From 73d49cb954e6efe6289344448f78cef2b53410c7 Mon Sep 17 00:00:00 2001 From: hypercross Date: Tue, 14 Apr 2026 23:58:36 +0800 Subject: [PATCH] chore: bump version to 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66f9c05..7fe8cf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yarn-spinner-loader", - "version": "0.1.1", + "version": "0.2.0", "description": "Load and compile Yarn Spinner project files for various build tools", "type": "module", "main": "./dist/index.js",