Skip to content

Commit 520e980

Browse files
authored
Merge pull request #51 from Shimada666/1.x
chore: release v1.0.0
2 parents fc0f1cf + 1f5df45 commit 520e980

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)