Skip to content

Commit

Permalink
chore(release): v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wenqing committed Nov 28, 2024
1 parent 14329e5 commit a311e0c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGE LOG

## v4.0.0

[compare changes](https://github.com/yisibell/vite-plugin-svg4vue/compare/v3.2.0...v4.0.0)

### 🚀 Enhancements

- ⚠️ Support for vite v6 ([50b6b8a](https://github.com/yisibell/vite-plugin-svg4vue/commit/50b6b8a))

#### ⚠️ Breaking Changes

- ⚠️ Support for vite v6 ([50b6b8a](https://github.com/yisibell/vite-plugin-svg4vue/commit/50b6b8a))

### ❤️ Contributors

- Wenqing <wenqing@kerrylan.com>

## v3.2.0

[compare changes](https://github.com/yisibell/vite-plugin-svg4vue/compare/v3.1.2...v3.2.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": "3.2.0",
"version": "4.0.0",
"description": "A vite plugin which can transform svg icon to vue component, support optimization via SVGO, easy to customize svg color and size.",
"type": "module",
"main": "lib/index.cjs.js",
Expand Down

0 comments on commit a311e0c

Please sign in to comment.