Skip to content

Commit 0f6501b

Browse files
chore(release): 1.22.0 [skip ci]
# [1.22.0](v1.21.0...v1.22.0) (2020-06-27) ### 修复 * 🐛 lint ([cf0309f](cf0309f)) ### 其他 * Merge branch 'master' of https://github.com/d2-projects/electron-vue-template ([a160431](a160431)) ### 功能 * ✨ Upload For Auto Update ([52eec2c](52eec2c))
1 parent cf0309f commit 0f6501b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

docs/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
规范参考:[Conventional Commits](https://conventionalcommits.org)
44

5+
# [1.22.0](https://github.com/d2-projects/electron-vue-template/compare/v1.21.0...v1.22.0) (2020-06-27)
6+
7+
8+
### 修复
9+
10+
* :bug: lint ([cf0309f](https://github.com/d2-projects/electron-vue-template/commit/cf0309fb2633e441d7178984a5bc24754726eefe))
11+
12+
13+
### 其他
14+
15+
* Merge branch 'master' of https://github.com/d2-projects/electron-vue-template ([a160431](https://github.com/d2-projects/electron-vue-template/commit/a1604313cc46b3fcb1f173721c1796179dfd276d))
16+
17+
18+
### 功能
19+
20+
* :sparkles: Upload For Auto Update ([52eec2c](https://github.com/d2-projects/electron-vue-template/commit/52eec2c1b38f9fcbd75086eb3de730da25e4e26c))
21+
522
# [1.21.0](https://github.com/d2-projects/electron-vue-template/compare/v1.20.0...v1.21.0) (2020-06-27)
623

724

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-vue-template",
3-
"version": "1.21.0",
3+
"version": "1.22.0",
44
"private": true,
55
"scripts": {
66
"build": "vue-cli-service electron:build",

0 commit comments

Comments
 (0)