Skip to content

Commit

Permalink
chore(release): v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wenqing committed Nov 17, 2023
1 parent cbd1ee8 commit 69bd476
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

## v3.0.0

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

### 🚀 Enhancements

- **vite:** ⚠️ Support for vite v5 ([cbd1ee8](https://github.com/yisibell/vite-plugin-svg4vue/commit/cbd1ee8))

#### ⚠️ Breaking Changes

- **vite:** ⚠️ Support for vite v5 ([cbd1ee8](https://github.com/yisibell/vite-plugin-svg4vue/commit/cbd1ee8))

### ❤️ Contributors

- Wenqing <wenqing@kerrylan.com>

## v2.17.1

[compare changes](https://github.com/yisibell/vite-plugin-svg4vue/compare/v2.17.0...v2.17.1)
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.1",
"version": "3.0.0",
"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 69bd476

Please sign in to comment.