Skip to content

Commit 5c5ffd9

Browse files
committed
release: v1.4.0
1 parent 88afe04 commit 5c5ffd9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-vue-mini",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"type": "module",
55
"packageManager": "pnpm@10.6.3",
66
"description": "Vue Mini 脚手架",

template/javascript/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @version v1.3.1
2+
* @version v1.4.0
33
* https://github.com/vue-mini/create-vue-mini
44
* 请谨慎修改此文件,改动过多可能会导致你后续升级困难。
55
*/

template/typescript/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @version v1.3.1
2+
* @version v1.4.0
33
* https://github.com/vue-mini/create-vue-mini
44
* 请谨慎修改此文件,改动过多可能会导致你后续升级困难。
55
*/

0 commit comments

Comments
 (0)