diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f1f5589..cb53be8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [Version 6.10.3](https://github.com/egoist/vbuild/releases/tag/v6.10.3) (2017-2-17) + +### Bug fixes + +- split css and es6 files: [`deacca1`](https://github.com/egoist/vbuild/commit/deacca1) + +[...full changes](https://github.com/egoist/vbuild/compare/v6.10.2...v6.10.3) + ## [Version 6.10.2](https://github.com/egoist/vbuild/releases/tag/v6.10.2) (2017-2-17) ### Bug fixes diff --git a/package.json b/package.json index 57cc239e..2a12187d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vbuild", - "version": "6.10.2", + "version": "6.10.3", "description": "Refined webpack development experience for Vue.js", "repository": { "url": "egoist/vbuild",