From: Eduardo San Martin Morote Date: Thu, 9 Jun 2022 19:01:56 +0000 (+0200) Subject: release: v4.0.16 X-Git-Tag: v4.0.16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8769fa17c1784ff701091d141c1769492e81d7e9;p=thirdparty%2Fvuejs%2Frouter.git release: v4.0.16 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 78e045f4..c65d8bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.16](https://github.com/vuejs/router/compare/v4.0.15...v4.0.16) (2022-06-09) + +### Bug Fixes + +- **compat:** force router-link mode to Vue 3 ([#1426](https://github.com/vuejs/router/issues/1426)) ([0478512](https://github.com/vuejs/router/commit/047851299c4c438cc977f6d5d7da455eb69195db)) +- **matcher:** leave catchall routes at the end ([77f0998](https://github.com/vuejs/router/commit/77f099835a237e5b996ff4af19d1488b49990c38)), closes [#1435](https://github.com/vuejs/router/issues/1435) + ## [4.0.15](https://github.com/vuejs/router/compare/v4.0.14...v4.0.15) (2022-05-04) ### Bug Fixes diff --git a/package.json b/package.json index 8c90481c..119d8909 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-router", - "version": "4.0.15", + "version": "4.0.16", "main": "dist/vue-router.cjs.js", "unpkg": "dist/vue-router.global.js", "jsdelivr": "dist/vue-router.global.js",