Skip to content

Commit 798cab0

Browse files
committed
release: v4.0.12
1 parent 1b28dd4 commit 798cab0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [4.0.12](https://github.com/vuejs/vue-router-next/compare/v4.0.11...v4.0.12) (2021-10-14)
2+
3+
### Bug Fixes
4+
5+
- **history:** ensure base is normalized in memory history ([#1112](https://github.com/vuejs/vue-router-next/issues/1112)) ([198a5bd](https://github.com/vuejs/vue-router-next/commit/198a5bda8354ea6c3121f5fbf92ed93390e70cfb))
6+
7+
### Features
8+
9+
- **devtools:** display router view path ([3ce3834](https://github.com/vuejs/vue-router-next/commit/3ce383402fbaa1539cdfe32cbdd48dfda5fbfa7b)), closes [#1119](https://github.com/vuejs/vue-router-next/issues/1119)
10+
- **warn:** improve message for onBeforeRoute\*() ([7d5230e](https://github.com/vuejs/vue-router-next/commit/7d5230e556002b6ddd17c857ad43608590e9a7bd))
11+
112
## [4.0.11](https://github.com/vuejs/vue-router-next/compare/v4.0.10...v4.0.11) (2021-08-09)
213

314
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-router",
3-
"version": "4.0.11",
3+
"version": "4.0.12",
44
"main": "dist/vue-router.cjs.js",
55
"unpkg": "dist/vue-router.global.js",
66
"jsdelivr": "dist/vue-router.global.js",

0 commit comments

Comments
 (0)