Skip to content

Commit 04a621c

Browse files
committed
release: vue-router@4.6.1
1 parent 2064d8a commit 04a621c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/router/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [4.6.1](https://github.com/vuejs/router/compare/v4.6.0...v4.6.1) (2025-10-15)
2+
3+
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+
15
## [4.6.0](https://github.com/vuejs/router/compare/v4.5.1...v4.6.0) (2025-10-14)
26

37
This release refactors the build to use `tsup`. Please report any issue you may find regarding to types or incorrectly unresolved exports

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

0 commit comments

Comments
 (0)