Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f9b9c1b

Browse files
committedMay 8, 2021
chore(release): v1.0.0
1 parent 3b69722 commit f9b9c1b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="1.0.0"></a>
2+
# [1.0.0](https://github.com/IndexXuan/vue-cli-plugin-vite/compare/v1.0.0-rc.6...v1.0.0) (2021-05-08)
3+
4+
5+
### Features
6+
7+
* update deps, ready for v1.0.0 ([3b69722](https://github.com/IndexXuan/vue-cli-plugin-vite/commit/3b69722))
8+
9+
10+
111
<a name="1.0.0-rc.6"></a>
212
# [1.0.0-rc.6](https://github.com/IndexXuan/vue-cli-plugin-vite/compare/v1.0.0-rc.5...v1.0.0-rc.6) (2021-05-08)
313

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-vite",
3-
"version": "1.0.0-rc.6",
3+
"version": "1.0.0",
44
"description": "out-of-box vite dev for vue-cli project",
55
"main": "index.js",
66
"author": "indexxuan@gmail.com",

0 commit comments

Comments
 (0)
Please sign in to comment.