Skip to content

Commit 1f5df45

Browse files
committed
chore: release v1.0.0
1 parent d01efd3 commit 1f5df45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "v-code-diff",
3-
"version": "1.0.0-alpha.1",
3+
"version": "1.0.0",
44
"description": "template component for vue-demi, can dev and build",
55
"main": "dist/index.cjs",
66
"module": "dist/index.es.js",
@@ -29,7 +29,7 @@
2929
"lint:fix": "eslint . --ext .vue,.js,.jsx,.ts,.tsx --fix --ignore-path .gitignore",
3030
"postinstall": "node scripts/postinstall.js",
3131
"prepublishOnly": "npm run build",
32-
"release": "bumpp --no-commit --no-push --no-tag --preid alpha && npm publish --tag alpha"
32+
"release": "bumpp --commit --no-push --tag && npm publish"
3333
},
3434
"author": "Shimada666<649940882@qq.com>",
3535
"license": "MIT",

0 commit comments

Comments
 (0)