We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6651f5 commit 6d83969Copy full SHA for 6d83969
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# [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)
2
+
3
+### Features
4
5
+- **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))
6
7
# [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)
8
9
### Features
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",
0 commit comments