Skip to content

Commit b78d4e3

Browse files
committed
1 parent ca89fcf commit b78d4e3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.17.1](https://github.com/posva/unplugin-vue-router/compare/v0.17.0...v0.17.1) (2025-11-21)
2+
3+
### Bug Fixes
4+
5+
- **volar:** use rootDir ([ca89fcf](https://github.com/posva/unplugin-vue-router/commit/ca89fcf7b1c31394d1db655f1add168eb3598105))
6+
17
# [0.17.0](https://github.com/posva/unplugin-vue-router/compare/v0.16.2...v0.17.0) (2025-11-14)
28

39
### Code Refactoring
@@ -10,7 +16,6 @@
1016
needed. It was deprecated long time ago and has now been removed. In
1117
most cases you should be able to just import from `vue-router` instead,
1218
but other exports must be adapted:
13-
1419
- `definePage` shouldn't be imported, it's a macro with no runtime
1520
- `DataLoaderPlugin` and `NavigationResult` must be imported from
1621
`unplugin-vue-router/data-loaders`

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.17.0",
3+
"version": "0.17.1",
44
"type": "module",
55
"packageManager": "[email protected]",
66
"description": "File based typed routing for Vue Router",

0 commit comments

Comments
 (0)