From e4ae9dbd3c735e0d48828eb5fc7b428c350474a2 Mon Sep 17 00:00:00 2001 From: wenqing Date: Wed, 20 Dec 2023 16:27:43 +0800 Subject: [PATCH] chore(release): v3.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0026f1a..767824b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # CHANGE LOG +## v3.1.0 + +[compare changes](https://github.com/yisibell/vite-plugin-svg4vue/compare/v3.0.0...v3.1.0) + +### 🚀 Enhancements + +- Make `search params` disordered https://github.com/yisibell/vite-plugin-svg4vue/issues/5 ([ccb5b8a](https://github.com/yisibell/vite-plugin-svg4vue/commit/ccb5b8a)) + +### 🏡 Chore + +- Update readme ([f7fd7cc](https://github.com/yisibell/vite-plugin-svg4vue/commit/f7fd7cc)) + +### ❤️ Contributors + +- Wenqing + ## v3.0.0 [compare changes](https://github.com/yisibell/vite-plugin-svg4vue/compare/v2.17.1...v3.0.0) diff --git a/package.json b/package.json index e79eb21..0019d3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-svg4vue", - "version": "3.0.0", + "version": "3.1.0", "description": "A vite plugin which can transform svg icon to vue component.", "main": "lib/index.cjs.js", "module": "lib/index.esm.js",