Skip to content

Commit

Permalink
release: v4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Mar 11, 2021
1 parent a6770dd commit 65816e1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
## [4.0.5](https://github.com/vuejs/vue-router-next/compare/v4.0.4...v4.0.5) (2021-03-11)

### Bug Fixes

- **guards:** avoid enter guards between aliases ([0048b9b](https://github.com/vuejs/vue-router-next/commit/0048b9b1b0fd0a0652fdabb683309fc5c0d5dbe4))
- **guards:** ensure beforeRouteUpdate works with aliases ([#819](https://github.com/vuejs/vue-router-next/issues/819)) ([45ecb20](https://github.com/vuejs/vue-router-next/commit/45ecb205920be60c9b454dbb55cf4fe213bbc697)), closes [#805](https://github.com/vuejs/vue-router-next/issues/805)
- **view:** correctly reuse instance guards ([#795](https://github.com/vuejs/vue-router-next/issues/795)) ([d4fde59](https://github.com/vuejs/vue-router-next/commit/d4fde599803a1be9d4823de0e406c9ce66143e2c))

### Features

- **devtools:** group navigations ([d3b5dfb](https://github.com/vuejs/vue-router-next/commit/d3b5dfb6d8a3da96ee93426dc4b5429581e8a739))

## [4.0.4](https://github.com/vuejs/vue-router-next/compare/v4.0.3...v4.0.4) (2021-02-19)

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

0 comments on commit 65816e1

Please sign in to comment.