Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Commit

Permalink
-> v6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Feb 15, 2017
1 parent 592c1b0 commit 0470a57
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [Version 6.5.0](https://github.com/egoist/vbuild/releases/tag/v6.5.0) (2017-2-15)

### New features

- improve template, add default favicon: [`9bd2559`](https://github.com/egoist/vbuild/commit/9bd2559)
- add electron template: [`d0e00a4`](https://github.com/egoist/vbuild/commit/d0e00a4)
- add vue-devtools in electron app: [`592c1b0`](https://github.com/egoist/vbuild/commit/592c1b0)

### Bug fixes

- only check default entry: [`d76930e`](https://github.com/egoist/vbuild/commit/d76930e)

[...full changes](https://github.com/egoist/vbuild/compare/v6.4.2...v6.5.0)

## [Version 6.4.2](https://github.com/egoist/vbuild/releases/tag/v6.4.2) (2017-2-15)

### Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vbuild",
"version": "6.4.2",
"version": "6.5.0",
"description": "Refined webpack development experience for Vue.js",
"repository": {
"url": "egoist/vbuild",
Expand Down Expand Up @@ -85,4 +85,4 @@
"webpack-merge": "^2.6.1",
"yarn-install": "^0.2.1"
}
}
}

0 comments on commit 0470a57

Please sign in to comment.