From 118bd8ff1396249490b1d3d7bc3e7ce4b2c2dfd3 Mon Sep 17 00:00:00 2001 From: Evan You Date: Tue, 29 May 2018 13:36:03 -0400 Subject: [PATCH] chore: changelog for v3.0.0-beta.14 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72c7c4d61..7e4b2ab3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ - -# [3.0.0-beta.13](https://github.com/vuejs/vue-cli/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2018-05-29) + +# [3.0.0-beta.14](https://github.com/vuejs/vue-cli/compare/v3.0.0-beta.12...v3.0.0-beta.14) (2018-05-29) ### Bug Fixes * **ui:** add missing dependency ([3bcc511](https://github.com/vuejs/vue-cli/commit/3bcc511)) * fix caching dependency (close [#1384](https://github.com/vuejs/vue-cli/issues/1384)) ([9846cd5](https://github.com/vuejs/vue-cli/commit/9846cd5)) +* **ui:** fix beta.12 feedback ([#1386](https://github.com/vuejs/vue-cli/issues/1386)) ([a3b2be8](https://github.com/vuejs/vue-cli/commit/a3b2be8)) ### Features