]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: v4.0.13 v4.0.13
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 28 Feb 2022 15:09:42 +0000 (16:09 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 28 Feb 2022 15:09:42 +0000 (16:09 +0100)
CHANGELOG.md
package.json

index 6bdb49a482da6c51220722ed9513681de8e300bf..701efb1ccf92d63ad9119ec022fd904697abd62b 100644 (file)
@@ -1,3 +1,10 @@
+## [4.0.13](https://github.com/vuejs/router/compare/v4.0.12...v4.0.13) (2022-02-28)
+
+### Bug Fixes
+
+- **matcher:** add child before parent when using `addRoute` ([8744bba](https://github.com/vuejs/router/commit/8744bbae7789e236e5308f939fb4b2d946a8ca6d))
+- **ssr:** reject unfinished initial navigation ([509fc0d](https://github.com/vuejs/router/commit/509fc0d5c78b32cbd5ce0c86f716774ad6163cad)), closes [#1305](https://github.com/vuejs/router/issues/1305)
+
 ## [4.0.12](https://github.com/vuejs/router/compare/v4.0.11...v4.0.12) (2021-10-14)
 
 ### Bug Fixes
index 1902038b17a9b40b0a1382bc2b96643c8d4d4b0a..5f0059f778a182051b3c97380ff33b1dcb9c8108 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.0.12",
+  "version": "4.0.13",
   "main": "dist/vue-router.cjs.js",
   "unpkg": "dist/vue-router.global.js",
   "jsdelivr": "dist/vue-router.global.js",