Skip to content

Commit

Permalink
release: v4.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Aug 9, 2021
1 parent 4dd2fbf commit d25371a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## [4.0.11](https://github.com/vuejs/vue-router-next/compare/v4.0.10...v4.0.11) (2021-08-09)

### Bug Fixes

- **query:** empty object with custom stringify ([4dd2fbf](https://github.com/vuejs/vue-router-next/commit/4dd2fbfeb486800a7d5fbc384eb567c3c6532f41))
- **router:** allow null | undefined for params ([ebca15a](https://github.com/vuejs/vue-router-next/commit/ebca15a0140453c6671fdae7a9864badc650531e))
- **router:** invalidate ongoing navigation when unmounting ([d8fb7d0](https://github.com/vuejs/vue-router-next/commit/d8fb7d0ab1694fe86edbd52668f84fb9bb9f4dcf))
- **types:** Support `undefined` in NavigationGuardNext ([#1059](https://github.com/vuejs/vue-router-next/issues/1059)) ([6cce232](https://github.com/vuejs/vue-router-next/commit/6cce232ba0dc5d89f6a53c1af674a8e0c6eb8790))

## [4.0.10](https://github.com/vuejs/vue-router-next/compare/v4.0.9...v4.0.10) (2021-06-21)

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

0 comments on commit d25371a

Please sign in to comment.