Skip to content

Commit 4dd6544

Browse files
committed
release: vue-router@4.6.2
1 parent af822e4 commit 4dd6544

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+
## [4.6.2](https://github.com/vuejs/router/compare/v4.6.1...v4.6.2) (2025-10-15)
2+
3+
### Bug Fixes
4+
5+
- avoid passing leading ? to parseQuery ([af822e4](https://github.com/vuejs/router/commit/af822e46ba67f45a8aa087bdf16cdaaa8a02c623)), closes [#2571](https://github.com/vuejs/router/issues/2571)
6+
17
## [4.6.1](https://github.com/vuejs/router/compare/v4.6.0...v4.6.1) (2025-10-15)
28

39
Add back `dist/vue-router.esm-bundler.js` for better retro compatibility with existing wrappers. Note this will be removed in next major and a warning has been added. See #2569

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

0 commit comments

Comments
 (0)