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 02b0e24 commit 2476decCopy full SHA for 2476dec
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [0.11.1](https://github.com/posva/unplugin-vue-router/compare/v0.11.0...v0.11.1) (2025-01-21)
2
+
3
+### Bug Fixes
4
5
+- remove empty chunks ([#575](https://github.com/posva/unplugin-vue-router/issues/575)) ([02b0e24](https://github.com/posva/unplugin-vue-router/commit/02b0e243c1866f8fb4aa0e4d33ece7eb21cb0ea9))
6
7
# [0.11.0](https://github.com/posva/unplugin-vue-router/compare/v0.10.9...v0.11.0) (2025-01-21)
8
9
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "unplugin-vue-router",
- "version": "0.11.0",
+ "version": "0.11.1",
"type": "module",
"packageManager": "[email protected]",
"description": "File based typed routing for Vue Router",
0 commit comments