]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: vue-router@4.4.1 v4.4.1
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 31 Jul 2024 16:51:30 +0000 (18:51 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 31 Jul 2024 16:51:30 +0000 (18:51 +0200)
packages/router/CHANGELOG.md
packages/router/package.json

index b848140ba998da1c8c3f1ed51100b207f09c7f1f..69a412c67731cbfc744fc94aaaa415cf43652746 100644 (file)
@@ -1,3 +1,14 @@
+## [4.4.1](https://github.com/vuejs/router/compare/v4.4.0...v4.4.1) (2024-07-31)
+
+### Bug Fixes
+
+- router typescript definations related to vue package ([#2295](https://github.com/vuejs/router/issues/2295)) ([a495ce0](https://github.com/vuejs/router/commit/a495ce0e1d545d521673d21af43e63a761b53e27))
+- **types:** stricter meta with required fields ([423d9f7](https://github.com/vuejs/router/commit/423d9f763ed033dd6687ce7687c859c92554a60d))
+
+### Features
+
+- **warn:** fix links to docs ([0cb5797](https://github.com/vuejs/router/commit/0cb57971efd767777011e872e9cc327e0a0da79f))
+
 # [4.4.0](https://github.com/vuejs/router/compare/v4.4.0-alpha.3...v4.4.0) (2024-06-21)
 
 This version introduces native support for [typed routes via the `RouteNamedMap`](https://router.vuejs.org/guide/advanced/typed-routes.html). It is now possible to define a map without [unplugin-vue-router](https://uvr.esm.is) and have the types inferred automatically. It is still recommended to use [unplugin-vue-router](https://uvr.esm.is) to automatically generate these types.
index 57f07d357830d3495bb77fe0ca372b40ea67d09c..10da91d5be76fcf70fc2a023a1966d6c63ebc97b 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.4.0",
+  "version": "4.4.1",
   "main": "index.js",
   "unpkg": "dist/vue-router.global.js",
   "jsdelivr": "dist/vue-router.global.js",