Skip to content

Commit 4e8a073

Browse files
committed
release: vue-router@5.0.1
1 parent 36e8816 commit 4e8a073

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/router/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.0.1](https://github.com/vuejs/router/compare/v5.0.0...v5.0.1) (2026-01-30)
2+
3+
### Bug Fixes
4+
5+
- **volar:** make typed plugin work with vue-tsc ([#2607](https://github.com/vuejs/router/issues/2607)) ([7845e32](https://github.com/vuejs/router/commit/7845e327f3786bd3b3f9574c24b0a2a048e8c9f1))
6+
17
# [5.0.0](https://github.com/vuejs/router/compare/v4.6.4...v5.0.0) (2026-01-29)
28

39
Vue Router 5 merges [unplugin-vue-router](https://uvr.esm.is) into the core package. See [the migration guide](https://router.vuejs.org/guide/migration/v4-to-v5.html) for instructions on how to upgrade from unplugin-vue-router to Vue Router 5.

packages/router/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": "5.0.0",
3+
"version": "5.0.1",
44
"homepage": "https://router.vuejs.org",
55
"bugs": {
66
"url": "https://github.com/vuejs/router/issues"

0 commit comments

Comments
 (0)