chore: release v1.1.1

This commit is contained in:
YunYouJun
2023-07-30 18:31:30 +08:00
parent c2b1ffdd9e
commit 28dedc622a

View File

@@ -1,5 +1,6 @@
{
"private": true,
"version": "1.1.1",
"packageManager": "pnpm@8.6.10",
"engines": {
"node": ">=14"
@@ -15,6 +16,7 @@
"lint": "eslint .",
"postinstall": "nuxi prepare && npm run convert",
"preview-https": "serve dist",
"release": "bumpp --commit --push --tag",
"test": "vitest",
"typecheck": "vue-tsc --noEmit"
},