diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d0bf1f2..beb25082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index bac3ceeb..1bdb600f 100644 --- a/package.json +++ b/package.json @@ -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", @@ -85,4 +85,4 @@ "webpack-merge": "^2.6.1", "yarn-install": "^0.2.1" } -} +} \ No newline at end of file