File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.0 (2020-11-16)
2
+
3
+
4
+ ### Features
5
+
6
+ * add vitepress for document ([ #25 ] ( https://github.com/ci010/electron-vue-next/issues/25 ) ) ([ 935e806] ( https://github.com/ci010/electron-vue-next/commit/935e80609c582afb30ee42ce3bf30d511ef129f2 ) )
7
+ * initialize repository ([ ca42087] ( https://github.com/ci010/electron-vue-next/commit/ca4208720018fbc874c2455deff45c0b038161dd ) )
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * 👷 fix build error chalk default not found ([ #20 ] ( https://github.com/ci010/electron-vue-next/issues/20 ) ) ([ 2dd7982] ( https://github.com/ci010/electron-vue-next/commit/2dd79828634dfc146c614118c2032cb80587d06c ) )
13
+ * show watcher error events ([ #12 ] ( https://github.com/ci010/electron-vue-next/issues/12 ) ) ([ 7395f04] ( https://github.com/ci010/electron-vue-next/commit/7395f044ddc1b283e2793a4d556e50eaf6526f4f ) )
14
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " electron-vue-next" ,
3
- "version" : " 0.0 .0" ,
3
+ "version" : " 0.1 .0" ,
4
4
"private" : true ,
5
5
"description" : " " ,
6
6
"main" : " ./dist/electron/index.prod.js" ,
62
62
"eslint-plugin-vue" : " ^7.1.0" ,
63
63
"vitepress" : " ^0.7.4"
64
64
}
65
- }
65
+ }
You can’t perform that action at this time.
0 commit comments