From 0ecccb6fee99cf44e05d6cc142cb97daa96f29d5 Mon Sep 17 00:00:00 2001 From: hypercross Date: Tue, 14 Apr 2026 20:50:54 +0800 Subject: [PATCH] chore: bump version to 0.1.1 - Add comprehensive tests for loader plugins (vite, webpack, rollup, esbuild) - Fix fast-glob ESM import issue Co-authored-by: Qwen-Coder --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04a2e48..66f9c05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yarn-spinner-loader", - "version": "0.1.0", + "version": "0.1.1", "description": "Load and compile Yarn Spinner project files for various build tools", "type": "module", "main": "./dist/index.js",