chore(release): 0.0.8

This commit is contained in:
muwoo 2021-09-23 17:01:18 +08:00
parent 96f9d41460
commit 6a9d3517c4
2 changed files with 8 additions and 1 deletions

5
CHANGELOG.md Normal file
View File

@ -0,0 +1,5 @@
# Changelog
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.8](https://gitlab.91jkys.com/web/rubick2/compare/v0.0.7...v0.0.8) (2021-09-23)

View File

@ -1,11 +1,12 @@
{
"name": "rubick2",
"version": "0.0.7",
"version": "0.0.8",
"author": "muwoo <2424880409@qq.com>",
"description": "An electron-vue project",
"license": null,
"main": "./dist/electron/main.js",
"scripts": {
"version": "standard-version",
"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",
@ -129,6 +130,7 @@
"node-abi": "^2.30.0",
"node-loader": "^0.6.0",
"react": "^17.0.2",
"standard-version": "^9.3.1",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"vue-html-loader": "^1.2.4",