Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 10, 2020
1 parent 2dd7982 commit 4302bd0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -47,4 +47,4 @@
"eslint-plugin-standard": "^4.0.2",
"eslint-plugin-vue": "^7.1.0"
}
}
}

0 comments on commit 4302bd0

Please sign in to comment.