Skip to content

Commit 4302bd0

Browse files
chore(release): 0.1.0
1 parent 2dd7982 commit 4302bd0

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## 0.1.0 (2020-11-10)
2+
3+
4+
### Features
5+
6+
* initialize repository ([ca42087](https://github.com/ci010/electron-vue-next/commit/ca4208720018fbc874c2455deff45c0b038161dd))
7+
8+
9+
### Bug Fixes
10+
11+
* 👷 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))
12+
* show watcher error events ([#12](https://github.com/ci010/electron-vue-next/issues/12)) ([7395f04](https://github.com/ci010/electron-vue-next/commit/7395f044ddc1b283e2793a4d556e50eaf6526f4f))
13+

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",
@@ -47,4 +47,4 @@
4747
"eslint-plugin-standard": "^4.0.2",
4848
"eslint-plugin-vue": "^7.1.0"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)