From: Eduardo San Martin Morote Date: Mon, 30 Nov 2020 08:35:31 +0000 (+0100) Subject: release: v4.0.0-rc.6 X-Git-Tag: v4.0.0-rc.6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d572208faba1a4cebc4da716076eecd62262d78;p=thirdparty%2Fvuejs%2Frouter.git release: v4.0.0-rc.6 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 8feddf8d..80d42e09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [4.0.0-rc.6](https://github.com/vuejs/vue-router-next/compare/v4.0.0-rc.5...v4.0.0-rc.6) (2020-11-30) + +### Bug Fixes + +- **guards:** correctly reuse guards ([#616](https://github.com/vuejs/vue-router-next/issues/616)) ([95d44c8](https://github.com/vuejs/vue-router-next/commit/95d44c8ff2a961e052fd67b2160b87fb32d0ffb4)), closes [#614](https://github.com/vuejs/vue-router-next/issues/614) + +### Features + +- **devtools:** improve active + match in routes inspector ([9f59489](https://github.com/vuejs/vue-router-next/commit/9f59489f04cedfca5ba55da019b2dc790e926fd7)) +- **types:** expose `LocationQueryValueRaw` as internal ([dc02850](https://github.com/vuejs/vue-router-next/commit/dc028500c3e931ed5fd6beedf58b5425f5115b52)) + # [4.0.0-rc.5](https://github.com/vuejs/vue-router-next/compare/v4.0.0-rc.4...v4.0.0-rc.5) (2020-11-21) ### Features diff --git a/package.json b/package.json index af215433..5284a068 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-router", - "version": "4.0.0-rc.5", + "version": "4.0.0-rc.6", "main": "dist/vue-router.cjs.js", "unpkg": "dist/vue-router.global.js", "jsdelivr": "dist/vue-router.global.js",