This commit is contained in:
Daniel Sogl 2020-01-27 06:43:25 +01:00
parent 82939763ee
commit 1bcaa39ffd
3 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,14 @@
# [5.20.0](https://github.com/ionic-team/ionic-native/compare/v5.19.1...v5.20.0) (2020-01-27)
### Features
* **cordova-secure-storage-echo:** add extra options interface ([#3295](https://github.com/ionic-team/ionic-native/issues/3295)) ([95a67a8](https://github.com/ionic-team/ionic-native/commit/95a67a813d299de513ec592b082501a2e1c06783))
* **http:** update declaration for cordova plugin version 2.4.0 ([#3298](https://github.com/ionic-team/ionic-native/issues/3298)) ([799cf94](https://github.com/ionic-team/ionic-native/commit/799cf9467486f98d836c740e0defe789ce448b7e))
* **wifiwizard2:** add cordova-plugin-wifiwizard2 typescript definitions ([#3288](https://github.com/ionic-team/ionic-native/issues/3288)) ([41895c1](https://github.com/ionic-team/ionic-native/commit/41895c165cadbd8f859777c12bd8467c904eb12f))
## [5.19.1](https://github.com/ionic-team/ionic-native/compare/v5.19.0...v5.19.1) (2020-01-03)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "ionic-native",
"version": "5.19.1",
"version": "5.20.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "ionic-native",
"version": "5.19.1",
"version": "5.20.0",
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
"homepage": "https://ionicframework.com/",
"author": "Ionic Team <hi@ionic.io> (https://ionic.io)",