From a311e0c5f56c6b18fb5be02ba85c6fd8d49a5d85 Mon Sep 17 00:00:00 2001 From: wenqing Date: Thu, 28 Nov 2024 15:14:31 +0800 Subject: [PATCH] chore(release): v4.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1853403..172238f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # CHANGE LOG +## v4.0.0 + +[compare changes](https://github.com/yisibell/vite-plugin-svg4vue/compare/v3.2.0...v4.0.0) + +### 🚀 Enhancements + +- ⚠️ Support for vite v6 ([50b6b8a](https://github.com/yisibell/vite-plugin-svg4vue/commit/50b6b8a)) + +#### ⚠️ Breaking Changes + +- ⚠️ Support for vite v6 ([50b6b8a](https://github.com/yisibell/vite-plugin-svg4vue/commit/50b6b8a)) + +### ❤️ Contributors + +- Wenqing + ## v3.2.0 [compare changes](https://github.com/yisibell/vite-plugin-svg4vue/compare/v3.1.2...v3.2.0) diff --git a/package.json b/package.json index 38ba8ee..c74d55e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-svg4vue", - "version": "3.2.0", + "version": "4.0.0", "description": "A vite plugin which can transform svg icon to vue component, support optimization via SVGO, easy to customize svg color and size.", "type": "module", "main": "lib/index.cjs.js",