Skip to content

Commit 317a4c8

Browse files
committed
1 parent 747f562 commit 317a4c8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/router/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [4.6.4](https://github.com/vuejs/router/compare/v4.6.3...v4.6.4) (2025-12-11)
2+
3+
### Bug Fixes
4+
5+
- **experimental:** isActive with custom params ([edca66c](https://github.com/vuejs/router/commit/edca66c6da5650aaa98f47ff9f4c125bbb05bb7f))
6+
- make the build output compatible with v4.5 ([#2591](https://github.com/vuejs/router/issues/2591)) ([42bc246](https://github.com/vuejs/router/commit/42bc246f74d2c0720ebe444d35fc4977b4c4fc6c))
7+
8+
### Features
9+
10+
- **experimental:** basic alias ([ded2d57](https://github.com/vuejs/router/commit/ded2d578954752e5d1fb3f0ed0fc028bb7bd0786))
11+
- **experimental:** handle redirect types ([92efba7](https://github.com/vuejs/router/commit/92efba791e263e9bda23eb6f9e97c44b4e6ddb57))
12+
113
## [4.6.3](https://github.com/vuejs/router/compare/v4.6.2...v4.6.3) (2025-10-16)
214

315
### Bug Fixes

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": "4.6.3",
3+
"version": "4.6.4",
44
"main": "index.js",
55
"unpkg": "dist/vue-router.global.js",
66
"jsdelivr": "dist/vue-router.global.js",

0 commit comments

Comments
 (0)