Skip to content

Commit

Permalink
chore(release): v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wenqing committed Jan 11, 2024
1 parent 9e2919f commit dbc448e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGE LOG

## v3.1.2

[compare changes](https://github.com/yisibell/vite-plugin-svg4vue/compare/v3.1.1...v3.1.2)

## v3.1.1

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

0 comments on commit dbc448e

Please sign in to comment.