]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: vue-router@4.4.0-alpha.2 v4.4.0-alpha.2
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 12 Jun 2024 08:56:28 +0000 (10:56 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 12 Jun 2024 08:56:28 +0000 (10:56 +0200)
packages/router/CHANGELOG.md
packages/router/package.json

index 759dd907c3b5fedbdc158b6a8d8a0ddb983d8ddf..cf6e30e7fbe38c3cae467b84924990390139e91a 100644 (file)
@@ -1,3 +1,9 @@
+# [4.4.0-alpha.2](https://github.com/vuejs/router/compare/v4.4.0-alpha.1...v4.4.0-alpha.2) (2024-06-12)
+
+### Bug Fixes
+
+- allow arbitrary strings in RouteLocationRaw ([a7a8452](https://github.com/vuejs/router/commit/a7a8452d137024d607d803a4009a5d55419259f2))
+
 # [4.4.0-alpha.1](https://github.com/vuejs/router/compare/v4.4.0-alpha.0...v4.4.0-alpha.1) (2024-06-12)
 
 ### Features
index b8b577a53b16005da67e961438e9bec1c94a1b5b..baca62945bfd15ac5f5b523373fa0c8bd97bb32d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.4.0-alpha.1",
+  "version": "4.4.0-alpha.2",
   "main": "index.js",
   "unpkg": "dist/vue-router.global.js",
   "jsdelivr": "dist/vue-router.global.js",