Skip to content

Commit

Permalink
release: v4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Feb 19, 2021
1 parent 2644812 commit fef43f1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
## [4.0.4](https://github.com/vuejs/vue-router-next/compare/v4.0.3...v4.0.4) (2021-02-19)

### Bug Fixes

- **devtools:** id and label ([#742](https://github.com/vuejs/vue-router-next/issues/742)) ([d034307](https://github.com/vuejs/vue-router-next/commit/d034307444860fb834b0f5b5a1ddd0cce9d6d842))
- **guards:** vue-class-component call guards on first... ([#755](https://github.com/vuejs/vue-router-next/issues/755)) ([06f942d](https://github.com/vuejs/vue-router-next/commit/06f942d0fbe1c5c86dc7e17d38c00d595854bd4f))
- **matcher:** force leading slash with optional param in multi segments ([11c882f](https://github.com/vuejs/vue-router-next/commit/11c882f8f3b56d2c87fc095c46eb8050fbbf61df))
- **warn:** should not warn missing optional params in aliases ([92f8901](https://github.com/vuejs/vue-router-next/commit/92f8901f54775cb4b3d1f2415b6a2b3ff77eb440))

### Features

- **types:** make meta type safe with unknown ([eef0472](https://github.com/vuejs/vue-router-next/commit/eef0472e3589ed0a6df0528a7b96f1d7bf316843))

## [4.0.3](https://github.com/vuejs/vue-router-next/compare/v4.0.2...v4.0.3) (2021-01-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vue-router",
"version": "4.0.3",
"version": "4.0.4",
"main": "dist/vue-router.cjs.js",
"unpkg": "dist/vue-router.global.js",
"jsdelivr": "dist/vue-router.global.js",
Expand Down

0 comments on commit fef43f1

Please sign in to comment.