Skip to content

Commit 1dcd362

Browse files
committed
1 parent 53dee91 commit 1dcd362

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.10.8](https://github.com/posva/unplugin-vue-router/compare/v0.10.7...v0.10.8) (2024-09-08)
2+
3+
### Features
4+
5+
- **loaders:** allow errors as a function ([df80b28](https://github.com/posva/unplugin-vue-router/commit/df80b28a3a32532120afc558cb6e7d2e95382da6))
6+
- **loaders:** allow plain value in colada loader key ([646e5bf](https://github.com/posva/unplugin-vue-router/commit/646e5bfccf676ca6112d8ec5cf9655438964215d))
7+
- **loaders:** avoid warning during ssr ([99d7b0b](https://github.com/posva/unplugin-vue-router/commit/99d7b0b8cbe7938e5dd5c43282b22c0475526ff9))
8+
- **loaders:** warn incorrect query usage ([e43c5f5](https://github.com/posva/unplugin-vue-router/commit/e43c5f57e1fb46df310d35acb78c9be4da3db2d2))
9+
110
## [0.10.7](https://github.com/posva/unplugin-vue-router/compare/v0.10.6...v0.10.7) (2024-08-17)
211

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

0 commit comments

Comments
 (0)