diff --git a/CHANGELOG.md b/CHANGELOG.md index 37be0e8..7a0ff75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.3.5](https://github.com/anncwb/vite-plugin-svg-icons/compare/v0.3.0...v0.3.5) (2021-03-16) + +### Bug Fixes + +- svgoOptions does not work [#2](https://github.com/anncwb/vite-plugin-svg-icons/issues/2) ([9cc45d5](https://github.com/anncwb/vite-plugin-svg-icons/commit/9cc45d51a08d00d23dfc698401e4e7a77eb1281f)) + # [0.3.0](https://github.com/anncwb/vite-plugin-svg-icons/compare/v0.2.0...v0.3.0) (2021-03-07) ### Features diff --git a/package.json b/package.json index 08144c7..8942807 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-svg-icons", - "version": "0.3.4", + "version": "0.3.5", "description": "Vite Plugin for fast creating SVG sprites.", "main": "dist/index.js", "module": "dist/index.mjs",