From e2694f712bdba1d1d6bd46ed2930ebcef7f952ca Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Mon, 15 Feb 2021 04:47:46 +0800 Subject: [PATCH] release v0.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f8e6eea3..cb6648a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-windicss", - "version": "0.1.1", + "version": "0.1.2", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",