From dfc4b0b54ace50fd1b8b4eac7ba4fa23becace07 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Sat, 15 Jun 2019 14:29:02 +0800 Subject: [PATCH] chore: changelog of v3.8.4 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbf82b7f6..dc63c3df1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -94,6 +94,19 @@ Most of the following new features and bugfixes also applies to v3.8.0 - 毛呆 ([@aweikalee](https://github.com/aweikalee)) +## 3.8.4 (2019-06-15) + +#### :bug: Bug Fix +* `@vue/cli` + * [#4148](https://github.com/vuejs/vue-cli/pull/4148) fix: fix config merging during `vue invoke` in Node.js v12 ([@sodatea](https://github.com/sodatea)) +* `@vue/cli-service` + * [#4150](https://github.com/vuejs/vue-cli/pull/4150) chore: upgrade default-gateway to 5.0.2 ([@zrh122](https://github.com/zrh122)) + +#### Committers: 2 +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) +- [@zrh122](https://github.com/zrh122) + + ## 3.8.3 (2019-06-13) #### :bug: Bug Fix