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",