Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Mar 6, 2021
1 parent 57a0a44 commit 63b0676
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
15 changes: 4 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
## [0.1.3](https://github.com/anncwb/vite-plugin-svg-icons/compare/v0.1.2...v0.1.3) (2021-03-06)
# [0.2.0](https://github.com/anncwb/vite-plugin-svg-icons/compare/v0.1.3...v0.2.0) (2021-03-06)

## [0.1.3](https://github.com/anncwb/vite-plugin-svg-icons/compare/v0.1.2...v0.1.3) (2021-03-06)

### Performance Improvements

* Detail optimization ([4ec3c2a](https://github.com/anncwb/vite-plugin-svg-icons/commit/4ec3c2a53a2b38800fe0af55702317a3f85934de))


- Detail optimization ([4ec3c2a](https://github.com/anncwb/vite-plugin-svg-icons/commit/4ec3c2a53a2b38800fe0af55702317a3f85934de))

## 0.1.2 (2021-03-05)


### Bug Fixes

* svg-baker error ([3fbd4a7](https://github.com/anncwb/vite-plugin-svg-icons/commit/3fbd4a7887955e41f41614d2c650fbd84a588967))


- svg-baker error ([3fbd4a7](https://github.com/anncwb/vite-plugin-svg-icons/commit/3fbd4a7887955e41f41614d2c650fbd84a588967))

## 0.1.1 (2021-03-05)



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

0 comments on commit 63b0676

Please sign in to comment.