Skip to content

Commit 0647dc0

Browse files
committed
1 parent 2fdcbde commit 0647dc0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.16.2](https://github.com/posva/unplugin-vue-router/compare/v0.16.1...v0.16.2) (2025-11-14)
2+
3+
### Bug Fixes
4+
5+
- **experimental:** connecting slash with optional params ([e7d78cb](https://github.com/posva/unplugin-vue-router/commit/e7d78cbd4c2866d6335946359c620508be213bc4))
6+
- **experimental:** keep non matchable records with name: false ([980143d](https://github.com/posva/unplugin-vue-router/commit/980143d734ef222d081b09bbc66942bb293b9510))
7+
- **hmr:** invalidate all modules related to pages on update ([2fdcbde](https://github.com/posva/unplugin-vue-router/commit/2fdcbde51f0b97bbd3906933cf5780a607546f0e)), closes [#748](https://github.com/posva/unplugin-vue-router/issues/748)
8+
9+
### Features
10+
11+
- improve tree log ([474d12f](https://github.com/posva/unplugin-vue-router/commit/474d12fe4a73861867404ca15f719718c9f8dd71))
12+
113
## [0.16.1](https://github.com/posva/unplugin-vue-router/compare/v0.16.0...v0.16.1) (2025-10-30)
214

315
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-vue-router",
3-
"version": "0.16.1",
3+
"version": "0.16.2",
44
"type": "module",
55
"packageManager": "[email protected]",
66
"description": "File based typed routing for Vue Router",

0 commit comments

Comments
 (0)