]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: v4.0.0-rc.1 v4.0.0-rc.1
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 23 Oct 2020 13:14:34 +0000 (15:14 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 23 Oct 2020 13:14:34 +0000 (15:14 +0200)
CHANGELOG.md
package.json

index f44b9f418a2b16ce5248068166cf354d41192da0..f871947a991fc03899366733e64891f0dc645542 100644 (file)
@@ -1,3 +1,9 @@
+# [4.0.0-rc.1](https://github.com/vuejs/vue-router-next/compare/v4.0.0-beta.13...v4.0.0-rc.1) (2020-10-23)
+
+### Features
+
+- **warn:** improve warning for invalid components ([5985b65](https://github.com/vuejs/vue-router-next/commit/5985b6560d40412d67311df10343ee6a119a0535)), closes [#517](https://github.com/vuejs/vue-router-next/issues/517)
+
 # [4.0.0-beta.13](https://github.com/vuejs/vue-router-next/compare/v4.0.0-beta.12...v4.0.0-beta.13) (2020-10-02)
 
 ### Bug Fixes
index edb178634ade5995afc76c4b8d812bd398774d78..bd7247eb19f076df38f7517493663c9e46fa8a7e 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.0.0-beta.13",
+  "version": "4.0.0-rc.1",
   "main": "dist/vue-router.cjs.js",
   "unpkg": "dist/vue-router.global.js",
   "jsdelivr": "dist/vue-router.global.js",