Skip to content

Commit ad3de62

Browse files
committed
v2.0.0
1 parent dc5e4a0 commit ad3de62

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "@soramitsukhmer/vue-cli-plugin-deploy-docker",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"main": "index.js",
55
"repository": "[email protected]:soramitsukhmer/vue-cli-plugin-deploy-docker.git",
66
"homepage": "https://github.com/soramitsukhmer/vue-cli-plugin-deploy-docker#readme",
77
"author": "Socheat Sok <[email protected]>",
88
"license": "MIT",
99
"scripts": {
10-
"test": "cd test && rm -rf node_modules && yarn"
10+
"test": "cd test && rm -rf node_modules && yarn",
11+
"bump:release": "yarn version"
1112
},
1213
"bugs": {
1314
"url": "https://github.com/soramitsukhmer/vue-cli-plugin-deploy-docker/issues"

0 commit comments

Comments
 (0)