We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef95f83 commit 492362bCopy full SHA for 492362b
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [0.10.7](https://github.com/posva/unplugin-vue-router/compare/v0.10.6...v0.10.7) (2024-08-17)
2
+
3
+### Bug Fixes
4
5
+- **loaders:** reset context in ssr scenarios ([4ea4b8c](https://github.com/posva/unplugin-vue-router/commit/4ea4b8c918ce81a495d663a5c8f6fe6ddbd27548))
6
7
## [0.10.6](https://github.com/posva/unplugin-vue-router/compare/v0.10.5...v0.10.6) (2024-08-15)
8
9
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "unplugin-vue-router",
- "version": "0.10.6",
+ "version": "0.10.7",
"type": "module",
"packageManager": "[email protected]",
"description": "File based typed routing for Vue Router",
0 commit comments