We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
posva
Learn more about funding links in repositories.
Report abuse
1 parent 9f95fb7 commit b157f1aCopy full SHA for b157f1a
packages/router/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [4.4.3](https://github.com/vuejs/router/compare/v4.4.2...v4.4.3) (2024-08-06)
2
+
3
+### Bug Fixes
4
5
+- reorder exports in `package.json` ([#2323](https://github.com/vuejs/router/issues/2323)) ([7422b15](https://github.com/vuejs/router/commit/7422b15e6fcf57819f82a1384c9a2a73e32e186f))
6
7
## [4.4.2](https://github.com/vuejs/router/compare/v4.4.1...v4.4.2) (2024-08-01)
8
9
### Bug Fixes
packages/router/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-router",
- "version": "4.4.2",
+ "version": "4.4.3",
"main": "index.js",
"unpkg": "dist/vue-router.global.js",
"jsdelivr": "dist/vue-router.global.js",
0 commit comments