🎉 Release: v2.2.0

This commit is contained in:
PiEgg
2020-01-01 18:18:51 +08:00
parent b4f10c61f0
commit 3913cef1e6
5 changed files with 56 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "picgo",
"version": "2.1.2",
"version": "2.2.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
@@ -12,7 +12,7 @@
"postuninstall": "electron-builder install-app-deps",
"cz": "git-cz",
"bump": "bump-version",
"release": "npm run electron:build"
"release": "vue-cli-service electron:build --publish always"
},
"main": "background.js",
"husky": {