Skip to content

Commit

Permalink
chore(release): v2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wenqing committed Oct 13, 2023
1 parent 8219678 commit ed0bfae
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGE LOG

## v2.17.1

[compare changes](https://github.com/yisibell/vite-plugin-svg4vue/compare/v2.17.0...v2.17.1)

### 🩹 Fixes

- Do not return config from hook ([7590dab](https://github.com/yisibell/vite-plugin-svg4vue/commit/7590dab))
- Use configResolved + config.mode ([3d091e8](https://github.com/yisibell/vite-plugin-svg4vue/commit/3d091e8))
- Use resolved config + mode rather than modifying or mutating config ([8219678](https://github.com/yisibell/vite-plugin-svg4vue/commit/8219678))

### ❤️ Contributors

- Wenqing <[email protected]>
- Daniel Roe <[email protected]>

## v2.17.0

[compare changes](https://github.com/yisibell/vite-plugin-svg4vue/compare/v2.16.0...v2.17.0)
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-svg4vue",
"version": "2.17.0",
"version": "2.17.1",
"description": "A vite plugin which can transform svg icon to vue component.",
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
Expand Down

0 comments on commit ed0bfae

Please sign in to comment.