diff --git a/CHANGELOG.md b/CHANGELOG.md index 85ea8b1f..8e1d2606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Umi Electron Template 更新日志 +# [1.8.0-beta.2](https://github.com/arvinxx/umi-electron-template/compare/v1.8.0-beta.1...v1.8.0-beta.2) (2021-02-05) + + +### 🎫 杂项 + +* 修复 macOS 环境 ([bb15f9d](https://github.com/arvinxx/umi-electron-template/commit/bb15f9d)) +* 修复没有引入 ts-node 的错误 ([de23bb2](https://github.com/arvinxx/umi-electron-template/commit/de23bb2)) +* 修正 ci 脚本 ([9fc9d14](https://github.com/arvinxx/umi-electron-template/commit/9fc9d14)) +* 重新生成 yarn.lock 文件 ([4a32125](https://github.com/arvinxx/umi-electron-template/commit/4a32125)) +* **ci**: 优化构建流程 ([595908d](https://github.com/arvinxx/umi-electron-template/commit/595908d)) +* **ci**: 补充缓存生成 ([66c5f2b](https://github.com/arvinxx/umi-electron-template/commit/66c5f2b)) + + +### 🐛 修复 + +* 修正 mac 平台下 zip 包无法打开的问题 ([1b270b4](https://github.com/arvinxx/umi-electron-template/commit/1b270b4)) + + +### 🔧 持续集成 + +* 优化 ci 流程 ([3b30986](https://github.com/arvinxx/umi-electron-template/commit/3b30986)) +* 优化 ci 配置 ([c5181ba](https://github.com/arvinxx/umi-electron-template/commit/c5181ba)) +* 修复 macOS CI 环境 Bug ([0619224](https://github.com/arvinxx/umi-electron-template/commit/0619224)) +* 修复测试 ci 配置 ([8799639](https://github.com/arvinxx/umi-electron-template/commit/8799639)) +* 修复测试 ci 配置 ([8c439cd](https://github.com/arvinxx/umi-electron-template/commit/8c439cd)) + # [1.8.0-beta.1](https://github.com/arvinxx/umi-electron-template/compare/v1.7.2...v1.8.0-beta.1) (2021-02-05) diff --git a/package.json b/package.json index 0976a2f8..0c96bd65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "umi-electron-template", - "version": "1.8.0-beta.1", + "version": "1.8.0-beta.2", "author": "Arvin Xu", "main": "main.js", "description": "a umi electron template",