Skip to content

Commit

Permalink
release: v4.0.0-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Sep 20, 2020
1 parent 867428f commit 4882e49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# [4.0.0-beta.11](https://github.com/vuejs/vue-router-next/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2020-09-20)

### Bug Fixes

- use post flush in modal example ([2024281](https://github.com/vuejs/vue-router-next/commit/2024281902d62454d9159c87d4288d691cd0bce8))
- **guards:** use post watcher for instances ([3234c59](https://github.com/vuejs/vue-router-next/commit/3234c5924f39fd9497866bfd160407256dc91bfe))

# [4.0.0-beta.10](https://github.com/vuejs/vue-router-next/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2020-09-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vue-router",
"version": "4.0.0-beta.10",
"version": "4.0.0-beta.11",
"main": "dist/vue-router.cjs.js",
"browser": "dist/vue-router.esm-browser.js",
"unpkg": "dist/vue-router.global.js",
Expand Down

0 comments on commit 4882e49

Please sign in to comment.