Skip to content

Commit

Permalink
release: v4.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Oct 14, 2021
1 parent 1b28dd4 commit 798cab0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
## [4.0.12](https://github.com/vuejs/vue-router-next/compare/v4.0.11...v4.0.12) (2021-10-14)

### Bug Fixes

- **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))

### Features

- **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)
- **warn:** improve message for onBeforeRoute\*() ([7d5230e](https://github.com/vuejs/vue-router-next/commit/7d5230e556002b6ddd17c857ad43608590e9a7bd))

## [4.0.11](https://github.com/vuejs/vue-router-next/compare/v4.0.10...v4.0.11) (2021-08-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vue-router",
"version": "4.0.11",
"version": "4.0.12",
"main": "dist/vue-router.cjs.js",
"unpkg": "dist/vue-router.global.js",
"jsdelivr": "dist/vue-router.global.js",
Expand Down

0 comments on commit 798cab0

Please sign in to comment.