File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
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 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " electron-vue-template" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " vue-cli-service electron:build" ,
You can’t perform that action at this time.
0 commit comments