Skip to content

Commit 198d1be

Browse files
committed
chore(release): 1.0.0-beta.7
1 parent b696d0a commit 198d1be

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="1.0.0-beta.7"></a>
6+
# [1.0.0-beta.7](https://github.com/dekimasoon/vue-cli-plugin-cordova/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2018-06-14)
7+
8+
9+
### Bug Fixes
10+
11+
* add babel-polyfill to support old webviews ([afbac4d](https://github.com/dekimasoon/vue-cli-plugin-cordova/commit/afbac4d))
12+
* supports project without vue-router ([f66758d](https://github.com/dekimasoon/vue-cli-plugin-cordova/commit/f66758d))
13+
14+
15+
516
<a name="1.0.0-beta.6"></a>
617
# [1.0.0-beta.6](https://github.com/dekimasoon/vue-cli-plugin-cordova/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2018-05-27)
718

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-cordova",
3-
"version": "1.0.0-beta.6",
3+
"version": "1.0.0-beta.7",
44
"description": "vue-cli 3.x plugin for Apache Cordova",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)