Skip to content

Commit

Permalink
release: unplugin-vue-router@0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Feb 22, 2024
1 parent 746ad8f commit 9cad5b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## [0.8.1](https://github.com/posva/unplugin-vue-router/compare/v0.8.0...v0.8.1) (2024-02-22)

### Bug Fixes

- upgrade peer dep on vue-router to 4.3.0 ([746ad8f](https://github.com/posva/unplugin-vue-router/commit/746ad8fa9055853594dad09524657416402ef383))

# [0.8.0](https://github.com/posva/unplugin-vue-router/compare/v0.7.0...v0.8.0) (2024-02-22)

Based on the feedback of the RFC, the Data Loaders have been redesigned from the ground up and are now way more flexible and powerful. As a result, if you were using the experimental data loaders, make sure to check the list of breaking changes and the new RFC at https://uvr.esm.is/rfcs/data-loaders. We are looking for early testers and feedback!
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "unplugin-vue-router",
"version": "0.8.0",
"version": "0.8.1",
"packageManager": "pnpm@8.15.3",
"description": "File based typed routing for Vue Router",
"keywords": [
Expand Down

0 comments on commit 9cad5b0

Please sign in to comment.