]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: v4.0.0-alpha.9 v4.0.0-alpha.9
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 29 Apr 2020 21:35:38 +0000 (23:35 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 29 Apr 2020 21:35:38 +0000 (23:35 +0200)
CHANGELOG.md
package.json

index 1605dab3732ff9d77f9dcea42f74dae75ac7abe1..39146462acad7b9a656bed8a1d6fdf2508c5d392 100644 (file)
@@ -1,3 +1,7 @@
+# [4.0.0-alpha.9](https://github.com/vuejs/vue-router-next/compare/v4.0.0-alpha.8...v4.0.0-alpha.9) (2020-04-29)
+
+- Removed sourcemaps from build
+
 # [4.0.0-alpha.8](https://github.com/vuejs/vue-router-next/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2020-04-29)
 
 ### Bug Fixes
index 07bde2f1bb605c92f1890fa6145eea6c797960ec..d892bdb13e890ebdd331759dfebb59cba70715b5 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.0.0-alpha.8",
+  "version": "4.0.0-alpha.9",
   "main": "dist/vue-router.cjs.js",
   "browser": "dist/vue-router.esm.js",
   "unpkg": "dist/vue-router.global.js",