Skip to content

Commit

Permalink
release: v4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Apr 6, 2021
1 parent e22939d commit 4037749
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.6](https://github.com/vuejs/vue-router-next/compare/v4.0.5...v4.0.6) (2021-04-06)

### Bug Fixes

- **link:** let vue merge attrs ([4142871](https://github.com/vuejs/vue-router-next/commit/4142871189dbb13e1ce2d6be8d82bd5aa27526a3)), closes [#846](https://github.com/vuejs/vue-router-next/issues/846)
- **link:** use flush post in devtools watcher ([4108814](https://github.com/vuejs/vue-router-next/commit/41088143c62244fe7b198e0907f4f6f98852df62)), closes [#845](https://github.com/vuejs/vue-router-next/issues/845)

### Features

- **types:** allow currentLocation param in resolve ([add6ce9](https://github.com/vuejs/vue-router-next/commit/add6ce9677ffd2c636e215ffab5ddbdef22b0158))
- **warn:** throws if history is missing ([#844](https://github.com/vuejs/vue-router-next/issues/844)) ([dd8bf6c](https://github.com/vuejs/vue-router-next/commit/dd8bf6cf48db352cef72f419a14d1540818eb6ff))

## [4.0.5](https://github.com/vuejs/vue-router-next/compare/v4.0.4...v4.0.5) (2021-03-11)

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

0 comments on commit 4037749

Please sign in to comment.