From e7693cca4fcb110f2bc1508240440f65f60bf41f Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Tue, 12 Mar 2019 16:05:50 +0800 Subject: [PATCH] chore: 3.5.1 changelog [ci skip] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a926ff03f..d83dedddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [3.5.1](https://github.com/vuejs/vue-cli/compare/v3.5.0...v3.5.1) (2019-03-12) + +## cli-service + +#### Bug Fixes + +* should resolve to full path when setting default entryFiles ([dd37773](https://github.com/vuejs/vue-cli/commit/dd37773)), closes [#3616](https://github.com/vuejs/vue-cli/issues/3616) [#3618](https://github.com/vuejs/vue-cli/issues/3618) + + + # [3.5.0](https://github.com/vuejs/vue-cli/compare/v3.4.1...v3.5.0) (2019-03-08) ## babel-preset-app