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

index 9058c7d8bf08f2443c4bde931df8b042f8e21fdf..bea9e1553a3f902e49ba64df4ae959df9d6a65ce 100644 (file)
@@ -1,3 +1,7 @@
+## [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
+
 ## [4.6.0](https://github.com/vuejs/router/compare/v4.5.1...v4.6.0) (2025-10-14)
 
 This release refactors the build to use `tsup`. Please report any issue you may find regarding to types or incorrectly unresolved exports
index f32679ecb4b0010a60853fd1e7f09d838ee76bf8..036ced4398e8ab740455463cab7ce89ed620c29c 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.6.0",
+  "version": "4.6.1",
   "main": "index.js",
   "unpkg": "dist/vue-router.global.js",
   "jsdelivr": "dist/vue-router.global.js",