Skip to content

Commit 8df79b2

Browse files
committed
1 parent 2b48807 commit 8df79b2

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [0.19.1](/compare/v0.19.0...v0.19.1) (2025-12-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **colada:** avoid tracking loaders effect a0a7a2f, closes #744
7+
* encode path 7e8027b
8+
* **loaders:** avoids Uncaught PromiseRejection if the signal is thrown 166ffe0, closes #768
9+
* only encode when needed afaf086
10+
* update VLS context type argumentation (#769) 583509f, closes #769
11+
12+
13+
### Features
14+
15+
* x+hh for special characters df29c44, closes #576
16+
17+
18+
119
# [0.19.0](https://github.com/posva/unplugin-vue-router/compare/v0.18.0...v0.19.0) (2025-12-04)
220

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

0 commit comments

Comments
 (0)