chore(release): 0.0.9

This commit is contained in:
muwoo 2021-09-23 17:03:03 +08:00
parent 988acd7638
commit a16b198798
2 changed files with 4 additions and 2 deletions

View File

@ -2,4 +2,6 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [0.0.9](https://gitlab.91jkys.com/web/rubick2/compare/v0.0.8...v0.0.9) (2021-09-23)
### [0.0.8](https://gitlab.91jkys.com/web/rubick2/compare/v0.0.7...v0.0.8) (2021-09-23)

View File

@ -1,12 +1,12 @@
{
"name": "rubick2",
"version": "0.0.8",
"version": "0.0.9",
"author": "muwoo <2424880409@qq.com>",
"description": "An electron-vue project",
"license": null,
"main": "./dist/electron/main.js",
"scripts": {
"version": "standard-version",
"version": "standard-version -- --prerelease alpha",
"release": "node .electron-vue/build.js && electron-builder --publish always",
"build": "node .electron-vue/build.js && electron-builder",
"dev": "node .electron-vue/dev-runner.js",