]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: vue-router@4.6.2 v4.6.2
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 15 Oct 2025 14:32:42 +0000 (16:32 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 15 Oct 2025 14:32:42 +0000 (16:32 +0200)
packages/router/CHANGELOG.md
packages/router/package.json

index bea9e1553a3f902e49ba64df4ae959df9d6a65ce..c2b1dda4ab0ca63beba0660ad2d5e4f23f5dea32 100644 (file)
@@ -1,3 +1,9 @@
+## [4.6.2](https://github.com/vuejs/router/compare/v4.6.1...v4.6.2) (2025-10-15)
+
+### Bug Fixes
+
+- avoid passing leading ? to parseQuery ([af822e4](https://github.com/vuejs/router/commit/af822e46ba67f45a8aa087bdf16cdaaa8a02c623)), closes [#2571](https://github.com/vuejs/router/issues/2571)
+
 ## [4.6.1](https://github.com/vuejs/router/compare/v4.6.0...v4.6.1) (2025-10-15)
 
 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
index 036ced4398e8ab740455463cab7ce89ed620c29c..6e5b3b9a683fdd06037a46af419c116ee65142af 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.6.1",
+  "version": "4.6.2",
   "main": "index.js",
   "unpkg": "dist/vue-router.global.js",
   "jsdelivr": "dist/vue-router.global.js",