]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: vue-router@4.1.6 v4.1.6
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 24 Oct 2022 08:04:05 +0000 (10:04 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 24 Oct 2022 08:04:05 +0000 (10:04 +0200)
packages/router/CHANGELOG.md
packages/router/package.json

index ebe1a39b3f677142002e00155e021d924cfe7e84..00ea619c9e09916774fcb03ccfdd5a8a6694a1b0 100644 (file)
@@ -1,3 +1,10 @@
+## [4.1.6](https://github.com/vuejs/router/compare/v4.1.5...v4.1.6) (2022-10-24)
+
+### Features
+
+- **matcher:** avoid empty records to be reached ([756f755](https://github.com/vuejs/router/commit/756f755731284f0f1899a2f8b62cb074b6f0f842))
+- **types:** improve link and view slots ([#1544](https://github.com/vuejs/router/issues/1544)) ([4a0cc8b](https://github.com/vuejs/router/commit/4a0cc8b9c1e642cdf47cc007fa5bbebde70afc66))
+
 ## [4.1.5](https://github.com/vuejs/router/compare/v4.1.4...v4.1.5) (2022-08-26)
 
 ### Features
index 2c493a6cecd19e5fa5fe619239f11384acd46ffc..7a0179cd952a6c82ca1bf8dd0bd4cf4646eacf42 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.1.5",
+  "version": "4.1.6",
   "main": "index.js",
   "unpkg": "dist/vue-router.global.js",
   "jsdelivr": "dist/vue-router.global.js",