diff --git a/CHANGELOG.md b/CHANGELOG.md index 3815d4c..07fccd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 712292e..e7025d7 100644 --- a/package.json +++ b/package.json @@ -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",