Skip to content

Commit

Permalink
chore: release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Apr 3, 2021
1 parent d876f7c commit 2e63ab8
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.4.1](https://github.com/anncwb/vite-plugin-svg-icons/compare/v0.3.5...v0.4.1) (2021-04-03)

### Bug Fixes

- support base ([5071612](https://github.com/anncwb/vite-plugin-svg-icons/commit/5071612cc03719f23f2b484331a814c9d8ba4ff1))

# [0.4.0](https://github.com/anncwb/vite-plugin-svg-icons/compare/v0.3.5...v0.4.0) (2021-03-19)

### Bug Fixes
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.4.0",
"version": "0.4.1",
"description": "Vite Plugin for fast creating SVG sprites.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 2e63ab8

Please sign in to comment.