We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe223d commit edff284Copy full SHA for edff284
packages/router/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# [4.4.0-alpha.3](https://github.com/vuejs/router/compare/v4.4.0-alpha.2...v4.4.0-alpha.3) (2024-06-19)
2
+
3
+### Features
4
5
+- add a clearRoutes method ([abe223d](https://github.com/vuejs/router/commit/abe223dab44a092682eed5f77b0e231ff2392076))
6
7
# [4.4.0-alpha.2](https://github.com/vuejs/router/compare/v4.4.0-alpha.1...v4.4.0-alpha.2) (2024-06-12)
8
9
### Bug Fixes
packages/router/package.json
@@ -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",
0 commit comments