Skip to content

Commit

Permalink
chore: release v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Mar 15, 2021
1 parent 79fe0a0 commit 32cfde2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 32cfde2

Please sign in to comment.