Skip to content

Commit 5dfc443

Browse files
committed
release: v1.3.1
1 parent d88c6e2 commit 5dfc443

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.0",
3+
"version": "1.3.1",
44
"type": "module",
55
"packageManager": "pnpm@9.12.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.0
2+
* @version v1.3.1
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.0
2+
* @version v1.3.1
33
* https://github.com/vue-mini/create-vue-mini
44
* 请谨慎修改此文件,改动过多可能会导致你后续升级困难。
55
*/

0 commit comments

Comments
 (0)