Skip to content

Commit 3d64b88

Browse files
committed
1 parent acbed2f commit 3d64b88

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.5.1](https://github.com/posva/unplugin-vue-router/compare/v0.5.0...v0.5.1) (2023-03-01)
2+
3+
### Features
4+
5+
- allow extending the type of `definePage()` ([4d663b1](https://github.com/posva/unplugin-vue-router/commit/4d663b1a266c00c847957735cc220f16d033758c))
6+
- export EditableTreeNode ([b5745e1](https://github.com/posva/unplugin-vue-router/commit/b5745e1b3eb3408cef2e5401ecba547438b385b3))
7+
18
# [0.5.0](https://github.com/posva/unplugin-vue-router/compare/v0.4.1...v0.5.0) (2023-02-16)
29

310
- feat!: allow set operations on meta ([a84d659](https://github.com/posva/unplugin-vue-router/commit/a84d659e5c84ab3d47f7c041d0d5cf91e9bf3d0f))

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.5.0",
3+
"version": "0.5.1",
44
"packageManager": "[email protected]",
55
"description": "File based typed routing for Vue Router",
66
"keywords": [

0 commit comments

Comments
 (0)