From 1bcaa39ffdea7f273c2a30ae0ffc5a322c08edf0 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Mon, 27 Jan 2020 06:43:25 +0100 Subject: [PATCH] 5.20.0 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cd0d4bbb..285bdc03b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index d5e785552..d5b9ed4a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ionic-native", - "version": "5.19.1", + "version": "5.20.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8b1d1fe61..675a9c15b 100644 --- a/package.json +++ b/package.json @@ -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 (https://ionic.io)",