Skip to content

Commit 822c61b

Browse files
committed
1 parent 8ff1984 commit 822c61b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.8.2](https://github.com/posva/unplugin-vue-router/compare/v0.8.1...v0.8.2) (2024-02-22)
2+
3+
### Bug Fixes
4+
5+
- **data-loaders:** fix types references ([6558fa8](https://github.com/posva/unplugin-vue-router/commit/6558fa892d28ceab812fe42339ccc5e0e4ab067d))
6+
- **types:** typed router ([8ff1984](https://github.com/posva/unplugin-vue-router/commit/8ff19848840c419dd1c8861d3935d542f4bd289e))
7+
18
## [0.8.1](https://github.com/posva/unplugin-vue-router/compare/v0.8.0...v0.8.1) (2024-02-22)
29

310
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-vue-router",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"packageManager": "[email protected]",
55
"description": "File based typed routing for Vue Router",
66
"keywords": [

0 commit comments

Comments
 (0)