]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: vue-router@4.4.0-alpha.3 2264/head v4.4.0-alpha.3
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 19 Jun 2024 13:57:07 +0000 (15:57 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 19 Jun 2024 13:57:07 +0000 (15:57 +0200)
packages/router/CHANGELOG.md
packages/router/package.json

index cf6e30e7fbe38c3cae467b84924990390139e91a..a7b18d192d0cffc111b5f774a376f4f66b93e35f 100644 (file)
@@ -1,3 +1,9 @@
+# [4.4.0-alpha.3](https://github.com/vuejs/router/compare/v4.4.0-alpha.2...v4.4.0-alpha.3) (2024-06-19)
+
+### Features
+
+- add a clearRoutes method ([abe223d](https://github.com/vuejs/router/commit/abe223dab44a092682eed5f77b0e231ff2392076))
+
 # [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
index b97046514731f874452d57aed6cd68527dd96676..6b22749a997ed5b41e08cce44411e7d635d9fc2d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.4.0-alpha.2",
+  "version": "4.4.0-alpha.3",
   "main": "index.js",
   "unpkg": "dist/vue-router.global.js",
   "jsdelivr": "dist/vue-router.global.js",