From: Eduardo San Martin Morote Date: Sat, 21 Nov 2020 09:49:43 +0000 (+0100) Subject: release: v4.0.0-rc.5 X-Git-Tag: v4.0.0-rc.5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d839698836fc2bd086556c7d5739310213b4c0f;p=thirdparty%2Fvuejs%2Frouter.git release: v4.0.0-rc.5 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d43cfc7..8feddf8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [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 + +- **scroll:** allow modifying scrollBehavior in options ([#602](https://github.com/vuejs/vue-router-next/issues/602)) ([d6651f5](https://github.com/vuejs/vue-router-next/commit/d6651f5f954c8ecaf1a77ec209d5aba06343e867)) + # [4.0.0-rc.4](https://github.com/vuejs/vue-router-next/compare/v4.0.0-rc.3...v4.0.0-rc.4) (2020-11-20) ### Features diff --git a/package.json b/package.json index 131d64cc..01516bde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-router", - "version": "4.0.0-rc.4", + "version": "4.0.0-rc.5", "main": "dist/vue-router.cjs.js", "unpkg": "dist/vue-router.global.js", "jsdelivr": "dist/vue-router.global.js",