Skip to content

Commit

Permalink
version bump for vue 3 composition api
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstgt committed Apr 15, 2021
1 parent 4c3846f commit c7843bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laravel-mix-svg-vue",
"version": "0.3.1",
"version": "0.3.2",
"description": "A Laravel Mix extension to inline SVG files with Vue.js and automatically optimize them with SVGO",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -38,6 +38,6 @@
"path": "^0.12.7",
"raw-loader": "^4.0.0",
"svg-vue": "^0.1.1",
"svg-vue3": "^0.1.1"
"svg-vue3": "^0.1.3"
}
}

0 comments on commit c7843bd

Please sign in to comment.