Skip to content

Commit 3b05736

Browse files
chore(release): 0.1.0
1 parent ca996ac commit 3b05736

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-vue-next",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"private": true,
55
"description": "",
66
"main": "./dist/electron/index.prod.js",
@@ -62,4 +62,4 @@
6262
"eslint-plugin-vue": "^7.1.0",
6363
"vitepress": "^0.7.4"
6464
}
65-
}
65+
}

0 commit comments

Comments
 (0)