cordova-plugin-ionic-webview
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -0,1 +1,14 @@ | ||
## [2.2.3](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.2.2...v2.2.3) (2018-11-09) | ||
### Bug Fixes | ||
* Remove main and fix description ([d52db66](https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/d52db66)) | ||
## [2.2.2](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.2.1...v2.2.2) (2018-11-09) | ||
### Bug Fixes | ||
* Add more server checks before loading urls or reloading ([#211](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/211)) ([60eff2f](https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/60eff2f)) | ||
## [2.2.1](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.2.0...v2.2.1) (2018-11-07) | ||
@@ -8,6 +21,4 @@ | ||
# Changelog | ||
<a name="2.2.0"></a> | ||
### 2.2.0 (PENDING) | ||
### 2.2.0 (2018-10-04) | ||
@@ -14,0 +25,0 @@ * Fix issue where two apps running on the same port could conflict with each other ([#169](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/165) & [#186](https://github.com/ionic-team/cordova-plugin-ionic-webview/pull/186)) |
{ | ||
"name": "cordova-plugin-ionic-webview", | ||
"version": "2.2.2", | ||
"description": "The official Ionic's WKWebView Engine Plugin", | ||
"main": "index.js", | ||
"version": "2.2.3", | ||
"description": "Ionic Web View Engine Plugin", | ||
"scripts": { | ||
@@ -34,2 +33,3 @@ "sync_plugin_xml": "sync-cordova-xml package.json plugin.xml --output=plugin.xml", | ||
"@semantic-release/changelog": "^3.0.0", | ||
"@semantic-release/exec": "^3.3.0", | ||
"@semantic-release/git": "^7.0.4", | ||
@@ -45,17 +45,25 @@ "@semantic-release/github": "^5.0.6", | ||
"branch": "stable", | ||
"plugins": [ | ||
"verifyConditions": [ | ||
"@semantic-release/changelog", | ||
[ | ||
"@semantic-release/git", | ||
{ | ||
"assets": [ | ||
"CHANGELOG.md", | ||
"package.json", | ||
"plugin.xml" | ||
] | ||
} | ||
], | ||
"@semantic-release/npm", | ||
"@semantic-release/git", | ||
"@semantic-release/github" | ||
], | ||
"prepare": [ | ||
"@semantic-release/changelog", | ||
"@semantic-release/npm", | ||
"@semantic-release/exec", | ||
"@semantic-release/git" | ||
], | ||
"publish": [ | ||
"@semantic-release/github", | ||
"@semantic-release/npm" | ||
] | ||
], | ||
"success": [ | ||
"@semantic-release/github" | ||
], | ||
"failure": [ | ||
"@semantic-release/github" | ||
], | ||
"prepareCmd": "npm run version" | ||
}, | ||
@@ -62,0 +70,0 @@ "config": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
386754
0
9