Skip to content

Commit 8f0fafd

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2020-06-25) ### 修复 * 🐛 lint ([0bb14d7](0bb14d7)) ### 功能 * ci 测试 ([0f3549b](0f3549b)) * 删除 yarnrc 和 npm token ([65f77a3](65f77a3)) ### 重构 * ✨ init electron 9 ([e4e609f](e4e609f)) * ✨ update .gitignore ([e237ff0](e237ff0)) * 🎉 vue create ([b099319](b099319)) * add dependencies ([df6fbd0](df6fbd0)) * add vue-cli-plugin-auto-routing ([2c2f0bd](2c2f0bd)) * change name ([f3c6aa9](f3c6aa9)) * clean ([570c864](570c864))
1 parent 0bb14d7 commit 8f0fafd

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

docs/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# 变更日志
2+
3+
规范参考:[Conventional Commits](https://conventionalcommits.org)
4+
5+
# 1.0.0 (2020-06-25)
6+
7+
8+
### 修复
9+
10+
* :bug: lint ([0bb14d7](https://github.com/d2-projects/electron-vue-template/commit/0bb14d7922ca36c67298923a531023e140bf8e6a))
11+
12+
13+
### 功能
14+
15+
* ci 测试 ([0f3549b](https://github.com/d2-projects/electron-vue-template/commit/0f3549b13765394be685c219ddae8d765d65eb26))
16+
* 删除 yarnrc 和 npm token ([65f77a3](https://github.com/d2-projects/electron-vue-template/commit/65f77a3b6189eaad3dd1532113ea615b8bd609b5))
17+
18+
19+
### 重构
20+
21+
* :sparkles: init electron 9 ([e4e609f](https://github.com/d2-projects/electron-vue-template/commit/e4e609fa5c76bb74cb1a6ef4b107b7254db36019))
22+
* :sparkles: update .gitignore ([e237ff0](https://github.com/d2-projects/electron-vue-template/commit/e237ff06a0a1b444dbec4190db9507aa7e731888))
23+
* :tada: vue create ([b099319](https://github.com/d2-projects/electron-vue-template/commit/b09931999bfe1d87999fc337f959e9b9999e0f54))
24+
* add dependencies ([df6fbd0](https://github.com/d2-projects/electron-vue-template/commit/df6fbd0e02d30e9d0ea30fb427f2b2619a367871))
25+
* add vue-cli-plugin-auto-routing ([2c2f0bd](https://github.com/d2-projects/electron-vue-template/commit/2c2f0bdff4fc4a424d3ca63d012d84a7ab1b94d2))
26+
* change name ([f3c6aa9](https://github.com/d2-projects/electron-vue-template/commit/f3c6aa9a74ae9c3d5e114db5e1f769318d4a640a))
27+
* clean ([570c864](https://github.com/d2-projects/electron-vue-template/commit/570c864e0a3b87ba20c00c4d0446a1ed7dfc1a78))

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": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"build": "vue-cli-service electron:build",

0 commit comments

Comments
 (0)