From 4eb8a4ebc65fcd4af106153356961fff6d07b9fb Mon Sep 17 00:00:00 2001 From: Rongjian Zhang Date: Sat, 10 Dec 2022 13:34:40 +0800 Subject: [PATCH] 2.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b328e48..2bc5b56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-svgr", - "version": "2.2.2", + "version": "2.3.0", "description": "Vite plugin to transform SVGs into React components", "main": "./dist/index.js", "module": "./dist/index.mjs",