From eca969b64fb94e9ca2686a0b1df600fe13ec787c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 6 Feb 2021 06:45:01 +0000 Subject: [PATCH] :bookmark: chore(release): v1.8.1-beta.2 [skip ci] https://github.com/arvinxx/umi-electron-template/releases/tag/v1.8.1-beta.2 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ca9073a..1587fc54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Umi Electron Template 更新日志 +## [1.8.1-beta.2](https://github.com/arvinxx/umi-electron-template/compare/v1.8.1-beta.1...v1.8.1-beta.2) (2021-02-06) + + +### 🐛 修复 + +* 优化发布流程 ([6a2e586](https://github.com/arvinxx/umi-electron-template/commit/6a2e586)) + + +### 🔧 持续集成 + +* 优化发布流程 ([227fac1](https://github.com/arvinxx/umi-electron-template/commit/227fac1)) +* 优化发布流程 ([0e45c2d](https://github.com/arvinxx/umi-electron-template/commit/0e45c2d)) +* 优化发布流程 ([2d02df5](https://github.com/arvinxx/umi-electron-template/commit/2d02df5)) +* 优化发布流程 ([f54f2bb](https://github.com/arvinxx/umi-electron-template/commit/f54f2bb)) +* 优化发布流程 ([eb5cdce](https://github.com/arvinxx/umi-electron-template/commit/eb5cdce)) + ## [1.8.1-beta.1](https://github.com/arvinxx/umi-electron-template/compare/v1.8.0...v1.8.1-beta.1) (2021-02-06) diff --git a/package.json b/package.json index 66957ca1..321a6a25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "umi-electron-template", - "version": "1.8.1-beta.1", + "version": "1.8.1-beta.2", "author": "Arvin Xu", "main": "main.js", "description": "umi electron template",