We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60d36c commit 0f14b99Copy full SHA for 0f14b99
packages/router/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [4.2.4](https://github.com/vuejs/router/compare/v4.2.3...v4.2.4) (2023-07-06)
2
+
3
+### Bug Fixes
4
5
+- allow removing guards within the guard ([d60d36c](https://github.com/vuejs/router/commit/d60d36c49bbbd308618926ff0131890bfed2cdff))
6
7
## [4.2.3](https://github.com/vuejs/router/compare/v4.2.2...v4.2.3) (2023-07-05)
8
9
### Performance Improvements
packages/router/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-router",
- "version": "4.2.3",
+ "version": "4.2.4",
"main": "index.js",
"unpkg": "dist/vue-router.global.js",
"jsdelivr": "dist/vue-router.global.js",
0 commit comments