From 70917b798ff8844823959b585868e4b708bb1151 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 10 Jan 2021 19:32:04 +0800 Subject: [PATCH] release v0.6.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a0576b2..27328ff7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vite-plugin-components", "description": "Components auto importing for Vite", - "version": "0.6.5", + "version": "0.6.6", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",