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 9486950 commit f63dfe9Copy full SHA for f63dfe9
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [4.0.1](https://github.com/vuejs/vue-router-next/compare/v4.0.0...v4.0.1) (2020-12-07)
2
+
3
+### Bug Fixes
4
5
+- **build:** rollback rollup plugin commonjs ([9486950](https://github.com/vuejs/vue-router-next/commit/9486950f3399bda34ab2840b83fd123ac5ce7ce9))
6
7
# [4.0.0](https://github.com/vuejs/vue-router-next/compare/v4.0.0-rc.6...v4.0.0) (2020-12-07)
8
9
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "vue-router",
- "version": "4.0.0",
+ "version": "4.0.1",
"main": "dist/vue-router.cjs.js",
"unpkg": "dist/vue-router.global.js",
"jsdelivr": "dist/vue-router.global.js",
0 commit comments