We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d0087 commit 001dd51Copy full SHA for 001dd51
packages/router/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [4.4.2](https://github.com/vuejs/router/compare/v4.4.1...v4.4.2) (2024-08-01)
2
+
3
+### Bug Fixes
4
5
+- **types:** revert stricter meta ([d4d0087](https://github.com/vuejs/router/commit/d4d0087eae5721f73bde445be33407875a92a1ca)), closes [#2319](https://github.com/vuejs/router/issues/2319)
6
7
## [4.4.1](https://github.com/vuejs/router/compare/v4.4.0...v4.4.1) (2024-07-31)
8
9
### Bug Fixes
packages/router/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-router",
- "version": "4.4.1",
+ "version": "4.4.2",
"main": "index.js",
"unpkg": "dist/vue-router.global.js",
"jsdelivr": "dist/vue-router.global.js",
0 commit comments