Skip to content

Commit

Permalink
release: v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vben-admin committed Mar 2, 2021
1 parent 5543960 commit 52c3db8
Show file tree
Hide file tree
Showing 5 changed files with 141 additions and 197 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.0.3](https://github.com/vbenjs/vite-plugin-html/compare/v2.0.2...v2.0.3) (2021-03-02)



## [2.0.2](https://github.com/vbenjs/vite-plugin-html/compare/v2.0.1...v2.0.2) (2021-02-23)


Expand Down
10 changes: 5 additions & 5 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"build": "vite build"
},
"dependencies": {
"vue": "^3.0.5"
"vue": "^3.0.7"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.1.4",
"@vue/compiler-sfc": "^3.0.5",
"@vitejs/plugin-vue": "^1.1.5",
"@vue/compiler-sfc": "^3.0.7",
"cross-env": "^7.0.3",
"typescript": "^4.1.5",
"vite": "^2.0.2"
"typescript": "^4.2.2",
"vite": "^2.0.4"
}
}
Loading

0 comments on commit 52c3db8

Please sign in to comment.