Skip to content

Commit

Permalink
release: v4.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jun 21, 2021
1 parent 527360c commit c57908c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [4.0.10](https://github.com/vuejs/vue-router-next/compare/v4.0.9...v4.0.10) (2021-06-21)

### Features

- **devtools:** display components using `useLink()` ([aab8c04](https://github.com/vuejs/vue-router-next/commit/aab8c0414af6784fc0250fb4b81be4186ff4cfec)), closes [#1003](https://github.com/vuejs/vue-router-next/issues/1003)
- **link:** expose useLink on RouterLink as internal ([#1002](https://github.com/vuejs/vue-router-next/issues/1002)) ([57b1468](https://github.com/vuejs/vue-router-next/commit/57b1468645248068c76b809efd10f3f42762d52b))

## [4.0.9](https://github.com/vuejs/vue-router-next/compare/v4.0.8...v4.0.9) (2021-06-16)

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

0 comments on commit c57908c

Please sign in to comment.