Skip to content

Commit

Permalink
release: unplugin-vue-router@0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jan 3, 2023
1 parent dffcc61 commit a58e42c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.3.0](https://github.com/posva/unplugin-vue-router/compare/v0.2.3...v0.3.0) (2023-01-03)

### Bug Fixes

- **build:** remove **DEV** ([a50b713](https://github.com/posva/unplugin-vue-router/commit/a50b713b3c11f3b3be5bba7a41d558fa2522caaa))
- read name and path from definePage ([dffcc61](https://github.com/posva/unplugin-vue-router/commit/dffcc613462e8165c7c676f40a7da6d5554d1e8b)), closes [#74](https://github.com/posva/unplugin-vue-router/issues/74)

### Features

- add guards to auto imports ([bfbe240](https://github.com/posva/unplugin-vue-router/commit/bfbe240cf4f8aab2b464d1783e70fe5eba32302d)), closes [#100](https://github.com/posva/unplugin-vue-router/issues/100)
- export RouterLink component ([#105](https://github.com/posva/unplugin-vue-router/issues/105)) ([53b276d](https://github.com/posva/unplugin-vue-router/commit/53b276d45a5da4aa2611e3bc979971932639fa67))

## [0.2.3](https://github.com/posva/unplugin-vue-router/compare/v0.2.2...v0.2.3) (2022-10-05)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unplugin-vue-router",
"version": "0.2.3",
"version": "0.3.0",
"packageManager": "pnpm@7.21.0",
"description": "File based typed routing for Vue Router",
"keywords": [
Expand Down

0 comments on commit a58e42c

Please sign in to comment.