diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..0598a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +## 0.1.0 (2020-11-10) + + +### Features + +* initialize repository ([ca42087](https://github.com/ci010/electron-vue-next/commit/ca4208720018fbc874c2455deff45c0b038161dd)) + + +### Bug Fixes + +* 👷 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)) +* show watcher error events ([#12](https://github.com/ci010/electron-vue-next/issues/12)) ([7395f04](https://github.com/ci010/electron-vue-next/commit/7395f044ddc1b283e2793a4d556e50eaf6526f4f)) + diff --git a/package.json b/package.json index b50c6be..7de003b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-vue-next", - "version": "0.0.0", + "version": "0.1.0", "private": true, "description": "", "main": "./dist/electron/index.prod.js", @@ -47,4 +47,4 @@ "eslint-plugin-standard": "^4.0.2", "eslint-plugin-vue": "^7.1.0" } -} +} \ No newline at end of file